We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07cd87 commit b4f19b5Copy full SHA for b4f19b5
package.json
@@ -4,7 +4,8 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "start": "nodemon server.js"
+ "start": "node server.js",
8
+ "dev": "nodemon server.js"
9
},
10
"author": "Al Rosenthal",
11
"license": "ISC",
0 commit comments