mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
5 lines
170 B
JSON
5 lines
170 B
JSON
|
{
|
||
|
"watch": ["./","../Common", "../CommonServer"],
|
||
|
"ext": "ts,json,tsx,env,js,jsx",
|
||
|
"exec": "node --inspect=0.0.0.0:9229 --require ts-node/register Index.ts"
|
||
|
}
|