mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-03 22:09:45 +00:00
16 lines
379 B
JSON
16 lines
379 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug Action",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"runtimeExecutable": "npx",
|
|
"cwd": "${workspaceRoot}",
|
|
"args": ["@github/local-action", ".", "src/main.ts", ".env"],
|
|
"console": "integratedTerminal",
|
|
"skipFiles": ["<node_internals>/**", "node_modules/**"]
|
|
}
|
|
]
|
|
}
|