Skip to content

Commit b4f19b5

Browse files
author
Al Rosenthal
committed
added dev script
1 parent c07cd87 commit b4f19b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"start": "nodemon server.js"
7+
"start": "node server.js",
8+
"dev": "nodemon server.js"
89
},
910
"author": "Al Rosenthal",
1011
"license": "ISC",

0 commit comments

Comments
 (0)