-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
Describe the bug
When I exited the window, the app window was exited and terminated. But the development server didn't stop and continuously running on background until I manually kill the process.
Confirm that it exists on official cli create-react-app template.
Reproduction
- Create a testing repo with
create-tauri-app[selectcreate-react-apptemplate] - Run
yarn tauri dev - Close the window
- Repeat step 2 or check ports with
netstat -nlpn
Expected behavior
No response
Platform and versions
$ tauri info
Environment
› OS: Linux Soaring X64
› Node.js: 16.15.0
› npm: 8.5.5
› pnpm: Not installed!
› yarn: 1.22.18
› rustup: 1.24.3
› rustc: 1.61.0
› cargo: 1.61.0
› Rust toolchain: stable-x86_64-unknown-linux-gnu
Packages
› @tauri-apps/cli [NPM]: 1.0.0-rc.13
› @tauri-apps/api [NPM]: 1.0.0-rc.6
› tauri [RUST]: 1.0.0-rc.14,
› tauri-build [RUST]: 1.0.0-rc.12,
› tao [RUST]: 0.9.1,
› wry [RUST]: 0.17.0,Stack trace
No response
Additional context
No response
Reactions are currently unavailable