mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-04-19 21:03:56 +02:00
Fix nodemon config
This commit is contained in:
parent
d5ca0057f8
commit
633349ad75
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue