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 f12f072 commit 3aa9c81Copy full SHA for 3aa9c81
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "dev": "nodemon --exec babel-node index.js",
+ "dev": "nodemon -L --exec babel-node index.js",
8
"start": "node index.js",
9
"eslint": "eslint .",
10
"test": "NODE_ENV=test jest --watch",
0 commit comments