mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
14 lines
No EOL
458 B
JSON
14 lines
No EOL
458 B
JSON
{
|
|
"watch": ["./","../Common/Server", "../Common/Types", "../Common/Utils", "../Common/Models"],
|
|
"ext": "ts,tsx",
|
|
"ignore": [
|
|
"./node_modules/**",
|
|
"./public/**",
|
|
"./bin/**",
|
|
"./build/**",
|
|
"greenlock.d/*"
|
|
],
|
|
"watchOptions": {"useFsEvents": false, "interval": 500},
|
|
"env": {"TS_NODE_TRANSPILE_ONLY": "1", "TS_NODE_FILES": "false"},
|
|
"exec": "node -r ts-node/register/transpile-only Index.ts"
|
|
} |