We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00d0f3 commit d5ae0d8Copy full SHA for d5ae0d8
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"dev": "PORT=3004 next dev",
8
- "dev:node": "NODE_ENV=development node server/index.js",
+ "dev:node": "NODE_ENV=development nodemon server/index.js",
9
"build": "next build",
10
"export": "next export",
11
"start": "PORT=3004 next start",
@@ -41,6 +41,7 @@
41
"cz-conventional-changelog": "^3.3.0",
42
"eslint": "^8.21.0",
43
"eslint-config-next": "12.2.3",
44
+ "nodemon": "^3.1.0",
45
"sass": "^1.53.0",
46
"standard-version": "^9.5.0",
47
"zx": "^7.0.8"
0 commit comments