budibase/packages/worker/nodemon.json

14 lines
285 B
JSON
Raw Normal View History

{
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",
"ignore": ["**/*.spec.ts", "**/*.spec.js", "../*/dist/**/*"],
"exec": "yarn build && node --no-node-snapshot dist/index.js"
2022-01-20 09:15:46 +01:00
}