mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
12 lines
No EOL
319 B
JSON
12 lines
No EOL
319 B
JSON
{
|
|
"watch": ["./","../Common/Server", "../Common/Types", "../Common/Utils", "../Common/Models"],
|
|
"ext": "ts,tsx",
|
|
"ignore": [
|
|
"./node_modules/**",
|
|
"./public/**",
|
|
"./bin/**",
|
|
"./build/**",
|
|
"greenlock.d/*"
|
|
],
|
|
"exec": "node --require ts-node/register Index.ts"
|
|
} |