mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Launch via NPM",
|
|
"request": "launch",
|
|
"runtimeArgs": ["run-script", "debug"],
|
|
"runtimeExecutable": "npm",
|
|
"skipFiles": ["<node_internals>/**"],
|
|
"type": "pwa-node"
|
|
}
|
|
]
|
|
}
|