mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 06:40:39 +00:00
8 lines
267 B
JSON
8 lines
267 B
JSON
{
|
|
"watch": ["./","../Common/Server", "../Common/Types", "../Common/Utils", "../Common/Models"],
|
|
"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"
|
|
} |