-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
priority: 2 mediumE.g. DX regressions, bugs, dev crashes, etc...E.g. DX regressions, bugs, dev crashes, etc...scope: cliThe tauri-cli rust crate and @tauri-apps/cli npm packageThe tauri-cli rust crate and @tauri-apps/cli npm packagetype: bug
Description
Describe the bug
Closing the tauri dev app window doesn't close the dev server started with beforeDevCommand (confirmed using the create-react-app template for create-tauri-app)
To Reproduce
Steps to reproduce the behavior:
- Create an app using
create-react-apptemplate - Run
tauri dev - Close the app window using the
xbutton or alt + f4 - Run
tauri devagain.
Expected behavior
The dev server should be gracefully shut down when the app is closed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: 2 mediumE.g. DX regressions, bugs, dev crashes, etc...E.g. DX regressions, bugs, dev crashes, etc...scope: cliThe tauri-cli rust crate and @tauri-apps/cli npm packageThe tauri-cli rust crate and @tauri-apps/cli npm packagetype: bug