oneuptime/Docs/nodemon.json
2025-09-30 17:14:39 +01:00

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"
}