2021-10-11 12:40:02 +02:00
|
|
|
{
|
2023-08-01 18:06:36 +02:00
|
|
|
"watch": [
|
|
|
|
"src",
|
|
|
|
"../backend-core",
|
|
|
|
"../pro",
|
|
|
|
"../types",
|
|
|
|
"../shared-core",
|
|
|
|
"../string-templates"
|
2023-03-02 17:03:56 +01:00
|
|
|
],
|
2023-08-01 18:06:36 +02:00
|
|
|
"ext": "js,ts,json",
|
2024-02-02 12:02:09 +01:00
|
|
|
"ignore": ["**/*.spec.ts", "**/*.spec.js", "../*/dist/**/*"],
|
|
|
|
"exec": "yarn build && node --no-node-snapshot dist/index.js"
|
2022-01-20 09:15:46 +01:00
|
|
|
}
|