You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development server stops working each time when you save the config file with a JavaScript error.
For example, if I save the following file, the development server stops and I need to restart it.
[ERROR] Expected "]" but found ":"
www/.vitepress/config.ts:7:9:
7 │ hello: ''
│ ^
╵ ]
failed to load config from /Users/maciek/code/vitepress-demo/www/.vitepress/config.ts
failed to restart server. error:
Error: Build failed with 1 error:
www/.vitepress/config.ts:7:9: ERROR: Expected "]" but found ":"
at failureErrorWithLog (/Users/maciek/code/vitepress-demo/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1604:15)
at /Users/maciek/code/vitepress-demo/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1056:28
at runOnEndCallbacks (/Users/maciek/code/vitepress-demo/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1476:61)
at buildResponseToResult (/Users/maciek/code/vitepress-demo/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1054:7)
at /Users/maciek/code/vitepress-demo/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1166:14
at responseCallbacks.<computed> (/Users/maciek/code/vitepress-demo/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:701:9)
at handleIncomingPacket (/Users/maciek/code/vitepress-demo/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:756:9)
at Socket.readFromStdout (/Users/maciek/code/vitepress-demo/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:677:7)
at Socket.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:324:12)
Describe the bug
Development server stops working each time when you save the config file with a JavaScript error.
For example, if I save the following file, the development server stops and I need to restart it.
Reproduction
https://stackblitz.com/edit/vite-zsaqar?file=docs%2F.vitepress%2Fconfig.ts
npm run docs:dev
.vitepress/config.ts
Expected behavior
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: