Files
infisical/backend/nodemon.json
2024-01-27 19:14:33 +05:30

7 lines
146 B
JSON

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