mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 07:04:02 -05:00
9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"watch": [
|
|
"src"
|
|
],
|
|
"ext": ".ts,.js",
|
|
"ignore": [],
|
|
"exec": "tsx --inspect=0.0.0.0:9229 --config tsconfig.dev.json ./src/main.ts | pino-pretty --colorize --colorizeObjects --singleLine"
|
|
}
|