mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-06 22:23:53 -05:00
8 lines
207 B
JSON
8 lines
207 B
JSON
{
|
|
"watch": [
|
|
"src"
|
|
],
|
|
"ext": ".ts,.js",
|
|
"ignore": [],
|
|
"exec": "tsx --tsconfig=./tsconfig.dev.json --inspect=0.0.0.0:9229 ./src/main.ts | pino-pretty --colorize --colorizeObjects --singleLine"
|
|
} |