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 6780fd9 commit cb51050Copy full SHA for cb51050
nodemon.json
@@ -4,6 +4,5 @@
4
".env"
5
],
6
"ext": "ts,.env",
7
- "verbose": true,
8
- "exec": "ts-node src/index.ts"
+ "verbose": true
9
}
package.json
@@ -15,7 +15,7 @@
15
"node": ">= 16.5.0"
16
},
17
"scripts": {
18
- "start": "nodemon",
+ "start": "concurrently 'npx tsc --watch' 'nodemon -q build/index.js'",
19
"transpile": "tsc",
20
"clean": "rimraf build",
21
"sync-env": "sync-dotenv",
0 commit comments