1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
budibase/packages/worker/nodemon.json
2023-08-01 19:23:31 +02:00

14 lines
274 B
JSON

{
"watch": [
"src",
"../backend-core",
"../pro",
"../types",
"../shared-core",
"../string-templates"
],
"ext": "js,ts,json",
"ignore": ["src/**/*.spec.ts", "src/**/*.spec.js", "../*/dist/**/*"],
"exec": "yarn build && node dist/index.js"
}