Skip to content

Commit 58ea5da

Browse files
FIX: Added templates folder to nodemon
1 parent 01c57a9 commit 58ea5da

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
{
2-
"watch": ["src"],
2+
"watch": ["src", "templates"],
33
"ext": "ts,json",
44
"ignore": ["src/**/*.spec.ts"],
55
"exec": "npx ts-node ./src/main.ts"

0 commit comments

Comments
 (0)