Skip to content

Commit d5ae0d8

Browse files
committed
build: dev by nodemon
1 parent c00d0f3 commit d5ae0d8

File tree

2 files changed

+113
-27
lines changed

2 files changed

+113
-27
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"dev": "PORT=3004 next dev",
8-
"dev:node": "NODE_ENV=development node server/index.js",
8+
"dev:node": "NODE_ENV=development nodemon server/index.js",
99
"build": "next build",
1010
"export": "next export",
1111
"start": "PORT=3004 next start",
@@ -41,6 +41,7 @@
4141
"cz-conventional-changelog": "^3.3.0",
4242
"eslint": "^8.21.0",
4343
"eslint-config-next": "12.2.3",
44+
"nodemon": "^3.1.0",
4445
"sass": "^1.53.0",
4546
"standard-version": "^9.5.0",
4647
"zx": "^7.0.8"

0 commit comments

Comments
 (0)