mirror of
https://github.com/Infisical/infisical.git
synced 2025-08-05 07:30:33 +00:00
7 lines
146 B
JSON
7 lines
146 B
JSON
{
|
|
"watch": ["src"],
|
|
"ext": ".ts,.js",
|
|
"ignore": [],
|
|
"exec": "tsx ./src/main.ts | pino-pretty --colorize --colorizeObjects --singleLine"
|
|
}
|