Reactjs – Cannot open localhost in new tab after running npm run dev on terminal
I am trying to automatically open the localhost on a new Google window every time I run npm run dev -- --open --port 3000. What I have tried is based on this discussion https://github.com/vitejs/vite/discussions/8467 On server I have the below…