mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 10:10:30 +00: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"
|
|
}
|