muse/nodemon.json
2021-04-01 15:19:14 -04:00

7 lines
140 B
JSON

{
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
"watch": ["dist"],
"exec": "npm start",
"ext": "js"
}