mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 07:28:09 -05: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"
|
|
}
|