Describe the bug
Running tauri dev with the create-react-app template for create-tauri-app opens a browser window for the dev server.
To Reproduce
Steps to reproduce the behavior:
- Run
create-tauri-app
- Choose the
create-react-app template
- Run
yarn tauri dev or cargo tauri dev
- See error
Expected Behaviour
The dev server should only be loaded in the app window and no browser window should be opened.
Describe the bug
Running
tauri devwith thecreate-react-apptemplate forcreate-tauri-appopens a browser window for the dev server.To Reproduce
Steps to reproduce the behavior:
create-tauri-appcreate-react-apptemplateyarn tauri devorcargo tauri devExpected Behaviour
The dev server should only be loaded in the app window and no browser window should be opened.