Skip to content

Commit d099262

Browse files
committed
a
1 parent c5e6f2f commit d099262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodemon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"watch": ["src"],
33
"ext": "ts",
4-
"exec": "npx tsc && node dist/app.js"
4+
"exec": "npx tsc && npm run start"
55
}

0 commit comments

Comments
 (0)