mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
8 lines
202 B
JSON
8 lines
202 B
JSON
{
|
|
"watch": ["./","../Common"],
|
|
"ext": "ts,json,tsx,env,js,jsx,hbs",
|
|
"ignore": [
|
|
"greenlock.d/*"
|
|
],
|
|
"exec": "node --inspect=0.0.0.0:9229 --require ts-node/register Index.ts"
|
|
} |