wails/website/docs/reference
Lea Anthony 1ec3708f68
feat: Make Vite server timeout configurable (#4374)
* feat: Make Vite server timeout configurable

- Add ViteServerTimeout field to wails.json configuration (default: 10 seconds)
- Add --viteservertimeout CLI flag for dev command
- Update error message to be more descriptive about timeout duration
- Fix issue #4372 where slow Vite servers with SvelteKit/Tailwind exceeded 10s timeout

Users can now configure the timeout via:
1. wails.json: "viteServerTimeout": 30
2. CLI flag: wails dev --viteservertimeout 30

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* docs: Add documentation for viteServerTimeout configuration

- Document viteServerTimeout field in wails.json project config
- Add --viteservertimeout CLI flag documentation
- Update save flag description to include new option

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Update changelog

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-07-11 21:08:37 +10:00
..
runtime Fix typos (#3628) 2024-08-20 19:22:43 +10:00
_category_.json [v2] Docs update 2021-09-27 19:35:30 +10:00
cli.mdx feat: Make Vite server timeout configurable (#4374) 2025-07-11 21:08:37 +10:00
menus.mdx Fixed example for macOS menu (#3847) 2024-11-07 06:42:20 +11:00
options.mdx feat: add option to disable panic recovery in message processing 2025-03-13 00:06:07 +00:00
project-config.mdx feat: Make Vite server timeout configurable (#4374) 2025-07-11 21:08:37 +10:00