2021-06-29 09:20:17 +02:00
|
|
|
{
|
2023-08-01 18:06:36 +02:00
|
|
|
"watch": [
|
|
|
|
"src",
|
|
|
|
"../backend-core",
|
|
|
|
"../pro",
|
|
|
|
"../types",
|
|
|
|
"../shared-core",
|
|
|
|
"../string-templates"
|
2023-03-02 16:34:52 +01:00
|
|
|
],
|
2023-12-14 10:04:22 +01:00
|
|
|
"ext": "js,ts,json,svelte",
|
2023-08-01 18:06:36 +02:00
|
|
|
"ignore": ["src/**/*.spec.ts", "src/**/*.spec.js", "../*/dist/**/*"],
|
2023-06-16 17:13:37 +02:00
|
|
|
"exec": "yarn build && node ./dist/index.js"
|
2023-03-02 16:34:52 +01:00
|
|
|
}
|