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
feat(cli): default to dev command when no subcommand provided
Running `vite` without arguments or with options (e.g., `vite --port 3000`)
now defaults to the dev command, matching the behavior of the upstream
Vite CLI.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
--clearScreen [boolean] allow/disable clear screen when logging
391
+
--configLoader <loader> [string] use 'bundle' to bundle the config with Rolldown, or 'runner' (experimental) to process it on the fly, or 'native' (experimental) to load using the native runtime (default: bundle)
392
+
-d, --debug [feat] [string | boolean] show debug logs
0 commit comments