salix/back/nodemonConfig.json

25 lines
714 B
JSON
Raw Permalink Normal View History

2022-05-11 17:38:10 +00:00
{
"verbose": true,
"watch": [
"back/**/*.js",
"modules/**/*.js"
],
"ignore": [
"modules/account/front/**/*",
"modules/claim/front/**/*",
"modules/client/front/**/*",
"modules/entry/front/**/*",
"modules/invoiceIn/front/**/*",
"modules/invoiceOut/front/**/*",
"modules/item/front/**/*",
"modules/monitor/front/**/*",
"modules/order/front/**/*",
"modules/route/front/**/*",
"modules/supplier/front/**/*",
"modules/ticket/front/**/*",
"modules/travel/front/**/*",
2022-05-24 10:50:22 +00:00
"modules/shelving/front/**/*",
2022-05-11 17:38:10 +00:00
"modules/worker/front/**/*",
"modules/zone/front/**/*"
]
}