Steps to reproduce:
npm run dev
- make any code change
- two new tabs will open in your browser
Opening the browser makes sense at launch. Similar behavior to jupyter notebook which also launches into a file browser when you start it on the cli.
But need to figure out how we can disable that when vite does a hot reload.
Steps to reproduce:
npm run devOpening the browser makes sense at launch. Similar behavior to
jupyter notebookwhich also launches into a file browser when you start it on the cli.But need to figure out how we can disable that when vite does a hot reload.