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 9bbd95c commit b13a9f1Copy full SHA for b13a9f1
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"prettify": "prettier -l --write \"**/*.js\"",
8
"test": "jest",
9
- "dev": "nodemon src/index.js"
+ "dev": "nodemon -L src/index.js"
10
},
11
"dependencies": {
12
"express": "^4.18.2",
0 commit comments