1
0
Fork 0
mirror of synced 2024-07-09 00:06:05 +12:00
budibase/packages/worker/nodemon.json

14 lines
285 B
JSON
Raw Normal View History

{
2023-08-02 04:06:36 +12:00
"watch": [
"src",
"../backend-core",
"../pro",
"../types",
"../shared-core",
"../string-templates"
2023-03-03 05:03:56 +13:00
],
2023-08-02 04:06:36 +12:00
"ext": "js,ts,json",
"ignore": ["**/*.spec.ts", "**/*.spec.js", "../*/dist/**/*"],
"exec": "yarn build && node --no-node-snapshot dist/index.js"
2022-01-20 21:15:46 +13:00
}