Skip to content

Commit 868bb11

Browse files
committed
nodemon: Watch .txt files when running in development
1 parent 8fddf1c commit 868bb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "tsc",
1212
"start": "cross-env NODE_ENV=production nodemon --enable-source-maps build/index.js",
1313
"devStart": "cross-env NODE_ENV=development ts-node src/index.ts",
14-
"dev": "nodemon --ext ts,html,json --watch ./src --watch ./resources/lang --watch ./resources/web/dynamic --watch ./resources/email --exec \"npm run devStart\""
14+
"dev": "nodemon --ext ts,html,json,txt --watch ./src --watch ./resources/lang --watch ./resources/web/dynamic --watch ./resources/email --exec \"npm run devStart\""
1515
},
1616
"author": {
1717
"name": "Christian Koop",

0 commit comments

Comments
 (0)