mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix nodemon.json for workers
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"watch": ["./","../Common", "../CommonServer", "../Model"],
|
||||
"ignore": [
|
||||
"greenlock.d/*"
|
||||
],
|
||||
"ext": "ts,json,tsx,env,js,jsx",
|
||||
"exec": "node --inspect=0.0.0.0:9229 --require ts-node/register Index.ts"
|
||||
}
|
||||
Reference in New Issue
Block a user