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