[bug] Error in tauri.conf.json crashes dev server #5173
Labels
priority: 1 high
scope: cli.rs
The tauri-cli rust crate
status: backlog
Issue is ready and we can work on it
type: bug
Describe the bug
An invalid value
tauri.conf.json
when runningyarn run tauri dev
crashes the dev server.When trying to run
yarn run tauri dev
again - there is still a process running.The current fix is
ps aux
andkill
.Reproduction
yarn create tauri-app
.yarn run tauri dev
tauri.conf.json
to an invalid value ("abc") and saveExpected behavior
I would expect a better developer experience. Either the dev server should exit cleanly or I should be able to kill all running processes with "tauri"
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: