mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
* 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> |
||
|---|---|---|
| .. | ||
| runtime | ||
| _category_.json | ||
| cli.mdx | ||
| menus.mdx | ||
| options.mdx | ||
| project-config.mdx | ||