Skip to content

Commit 9eee5d7

Browse files
Fix nodemon
1 parent f1e9911 commit 9eee5d7

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
@@ -2,5 +2,5 @@
22
"watch": ["src"],
33
"ext": "ts,json",
44
"ignore": ["src/**/*.spec.ts"],
5-
"exec": "npx ts-node ./index"
5+
"exec": "npx ts-node ./src/main.ts"
66
}

0 commit comments

Comments
 (0)