We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5afd6a commit 983d7dcCopy full SHA for 983d7dc
package.json
@@ -4,7 +4,8 @@
4
"description": "A simple Nodejs API",
5
"main": "server.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "start": "node server.js"
9
},
10
"author": "",
11
"license": "ISC",
0 commit comments