Files
open-xiaoai/packages/client-patch/.vscode/launch.json
T

16 lines
386 B
JSON
Raw Normal View History

2025-09-01 09:49:07 +08:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Test",
"type": "node",
"request": "launch",
"program": "${workspaceFolder}/src/ota.ts",
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/tsx",
"cwd": "${workspaceRoot}",
"envFile": "${workspaceFolder}/.env",
"internalConsoleOptions": "openOnSessionStart"
}
]
}