Skip to content

Commit d7d25e5

Browse files
authored
build: only watch .ts files (#23)
1 parent aec54fa commit d7d25e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodemon.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"watch": ["src/**/*"],
3+
"ext": "ts",
34
"exec": "etsc && (node ./dist/src/bootstrap.js | node_modules/.bin/pino-pretty)"
45
}

0 commit comments

Comments
 (0)