Fix nodemon config

This commit is contained in:
Max Isom 2021-04-01 15:19:14 -04:00
parent d5ca0057f8
commit 633349ad75
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -1,6 +1,6 @@
{ {
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"], "ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
"watch": ["src"], "watch": ["dist"],
"exec": "npm start", "exec": "npm start",
"ext": "ts" "ext": "js"
} }