8000 Fix HMR · github/codespaces-react@2d5a08b · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d5a08b

Browse files
authored
Fix HMR
1 parent 956c389 commit 2d5a08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"web-vitals": "^2.1.4"
1313
},
1414
"scripts": {
15-
"start": "BROWSER=none react-scripts start",
15+
"start": "BROWSER=none WDS_SOCKET_PORT=0 react-scripts start",
1616
"build": "react-scripts build",
1717
"test": "react-scripts test",
1818
"eject": "react-scripts eject"

0 commit comments

Comments
 (0)
0