1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
budibase/packages/server/nodemon.json

14 lines
294 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 04:34:52 +13:00
],
2023-12-14 22:04:22 +13:00
"ext": "js,ts,json,svelte",
"ignore": ["**/*.spec.ts", "**/*.spec.js", "../*/dist/**/*"],
"exec": "yarn build && node --no-node-snapshot ./dist/index.js"
2023-03-03 04:34:52 +13:00
}