fix reloads

This commit is contained in:
Jake Kasper
2025-09-04 08:24:46 -05:00
parent 6e8fa900e4
commit b77c844da4
3 changed files with 20 additions and 12 deletions

View File

@@ -40,7 +40,7 @@
"typescript": "^4.9.5"
},
"scripts": {
"start": "DANGEROUSLY_DISABLE_HOST_CHECK=true WDS_SOCKET_PORT=0 react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
@@ -62,6 +62,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://backend:5000"
}
}
}