We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c591707 commit 5337054Copy full SHA for 5337054
backend/package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"start": "node app/index.ts",
8
- "dev": "./node_modules/.bin/ts-node-dev --ignore-watch swagger.json app/index.ts",
+ "dev": "node node_modules/ts-node-dev/lib/bin.js --ignore-watch swagger.json app/index.ts",
9
"lint": "./node_modules/.bin/eslint -c .eslintrc.js app/",
10
"lint:fix": "./node_modules/.bin/eslint -c .eslintrc.js app/ --fix"
11
},
0 commit comments