Files
infisical/backend/nodemon.json
Fang-Pen Lin ea8de6e2fc Fix configs
2025-11-20 08:57:11 -08:00

8 lines
207 B
JSON

{
"watch": [
"src"
],
"ext": ".ts,.js",
"ignore": [],
"exec": "tsx --tsconfig=./tsconfig.dev.json --inspect=0.0.0.0:9229 ./src/main.ts | pino-pretty --colorize --colorizeObjects --singleLine"
}