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