16 lines
371 B
JSON
16 lines
371 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Debug Action",
|
||
|
"type": "node",
|
||
|
"request": "launch",
|
||
|
"runtimeExecutable": "npx",
|
||
|
"cwd": "${workspaceRoot}",
|
||
|
"args": ["local-action", ".", "src/main.ts", ".env"],
|
||
|
"console": "integratedTerminal",
|
||
|
"skipFiles": ["<node_internals>/**", "node_modules/**"]
|
||
|
}
|
||
|
]
|
||
|
}
|