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

8 lines
180 B
JSON

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