mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
8 lines
No EOL
202 B
JSON
8 lines
No EOL
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"
|
|
} |