mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
Fix nodemon config
This commit is contained in:
parent
d5ca0057f8
commit
633349ad75
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue