14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"watch": [
|
|
"src",
|
|
"../backend-core",
|
|
"../pro",
|
|
"../types",
|
|
"../shared-core",
|
|
"../string-templates"
|
|
],
|
|
"ext": "js,ts,json,svelte",
|
|
"ignore": ["**/*.spec.ts", "**/*.spec.js", "../*/dist/**/*", "client/**/*", "builder/**/*"],
|
|
"exec": "yarn build && node --no-node-snapshot ./dist/index.js"
|
|
}
|