Files
infisical/backend/nodemon.json
2025-11-20 08:57:10 -08:00

9 lines
204 B
JSON

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