chore(dev): automatically open the browser when the server starts in vite (#2733)

## Description:

automatically open the browser when the server starts in vite

## Please complete the following:

- [X] I have added screenshots for all UI updates
- [X] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [X] I have added relevant tests to the test directory
- [X] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced

## Please put your Discord username so you can be contacted if a bug or
regression is found:

wraith4081
This commit is contained in:
Wraith
2025-12-30 01:46:24 +03:00
committed by GitHub
parent d321c08d92
commit b569e682e8
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ This will:
- Start the webpack dev server for the client
- Launch the game server with development settings
- Open the game in your default browser
- Open the game in your default browser (to disable this behavior, set `SKIP_BROWSER_OPEN=true` in your environment)
### Client Only