File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 "dev:standalone" : " cd src/client/standalone && vite dev" ,
4646 "prepack" : " pnpm build" ,
4747 "play" : " DEBUG='vite:devtools:*' pnpm -C playground run dev" ,
48- "play:standlone " : " DEBUG='vite:devtools:*' pnpm -C playground run dev:standalone" ,
48+ "play:standalone " : " DEBUG='vite:devtools:*' pnpm -C playground run dev:standalone" ,
4949 "cli" : " DEBUG='vite:devtools:*' tsx src/node/cli.ts" ,
5050 "play:build" : " pnpm -C playground run build"
5151 },
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "scripts" : {
77 "dev" : " VITE_DEVTOOLS_LOCAL_DEV=true vite" ,
8- "dev:standlone " : " DEBUG='vite:devtools:*' VITE_DEVTOOLS_LOCAL_DEV=true tsx ../src/node/cli.ts" ,
8+ "dev:standalone " : " DEBUG='vite:devtools:*' VITE_DEVTOOLS_LOCAL_DEV=true tsx ../src/node/cli.ts" ,
99 "build" : " vite build && vite-devtools"
1010 }
1111}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export interface DocksContext extends DevToolsClientContext {
2828 * Type of the client environment
2929 *
3030 * 'embedded' - running inside an embedded floating panel
31- * 'standalone' - running inside a standlone window (no user app)
31+ * 'standalone' - running inside a standalone window (no user app)
3232 */
3333 readonly clientType : 'embedded' | 'standalone'
3434 /**
You can’t perform that action at this time.
0 commit comments