Nodemon, watch svelte on server
This commit is contained in:
parent
d880302553
commit
2cb9f10327
|
@ -7,7 +7,7 @@
|
|||
"../shared-core",
|
||||
"../string-templates"
|
||||
],
|
||||
"ext": "js,ts,json",
|
||||
"ext": "js,ts,json,svelte",
|
||||
"ignore": ["src/**/*.spec.ts", "src/**/*.spec.js", "../*/dist/**/*"],
|
||||
"exec": "yarn build && node ./dist/index.js"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue