Update npm start script and READMEs

This commit is contained in:
2025-11-20 19:12:34 +00:00
parent e774c74fe9
commit 31662452eb
3 changed files with 37 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "cross-env HOST=0.0.0.0 BROWSER=none react-scripts start",
"start": "cross-env HOST=0.0.0.0 BROWSER=none CHOKIDAR_USEPOLLING=true FAST_REFRESH=false react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",