Nodemon, watch svelte on server

This commit is contained in:
Adria Navarro 2023-12-14 10:04:22 +01:00
parent d880302553
commit 2cb9f10327
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}