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 c5e6f2f commit d099262Copy full SHA for d099262
nodemon.json
@@ -1,5 +1,5 @@
1
{
2
"watch": ["src"],
3
"ext": "ts",
4
- "exec": "npx tsc && node dist/app.js"
+ "exec": "npx tsc && npm run start"
5
}
0 commit comments