run on localhost

main
alex 2023-11-19 10:43:32 +01:00
parent 487e306f55
commit d4aea9890b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"
}, },
"scripts": { "scripts": {
"start": "BROWSER=none PORT=50051 react-scripts start", "start": "BROWSER=none HOST=localhost PORT=50051 react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"