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 7503b91 commit ae7b618Copy full SHA for ae7b618
package.json
@@ -10,7 +10,7 @@
10
},
11
"main": "src/server.js",
12
"scripts": {
13
- "run": "npx src/server.js",
+ "run": "node src/server.js",
14
"run-dev": "nodemon --watch ../ src/server.js",
15
"changelog": "git log --pretty='- %s'"
16
0 commit comments