frontend: getting correct hostname and port

This commit is contained in:
Mose Müller
2023-08-02 12:06:20 +02:00
parent bc0ae0196d
commit 49d7ea30ef
3 changed files with 13 additions and 7 deletions

View File

@ -19,7 +19,7 @@
"web-vitals": "^3.4.0"
},
"scripts": {
"start": "react-scripts start",
"start": "NODE_ENV=development react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"