Skip to content

Commit 2021a2e

Browse files
committed
fix nodemon for realtime changing of mock values
1 parent e1f777e commit 2021a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"start": "react-app-rewired start",
3636
"build": "react-app-rewired build",
3737
"eject": "react-scripts eject",
38-
"mock-api": "nodemon ../mock-api/server.js",
38+
"mock-api": "nodemon --watch ../mock-api ../mock-api/server.js",
3939
"dev": "run-p start mock-api"
4040
},
4141
"eslintConfig": {

0 commit comments

Comments
 (0)