Skip to content

Commit 6db2859

Browse files
committed
fix: migrated nodemon from Polykey
1 parent 1380d13 commit 6db2859

File tree

3 files changed

+383
-9
lines changed

3 files changed

+383
-9
lines changed

nodemon.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"restartable": "rs",
3+
"verbose": true,
4+
"watch": [
5+
"./src/**",
6+
"./package.json",
7+
"./package-lock.json",
8+
"./tsconfig.json"
9+
],
10+
"ext": "ts,js,json",
11+
"signal": "SIGTERM"
12+
}

0 commit comments

Comments
 (0)