Files
2022-12-17 15:13:17 +00:00

19 lines
418 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Launch via NPM",
"request": "launch",
"runtimeArgs": [
"run",
"dev"
],
"runtimeExecutable": "npm",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"stopOnEntry": true,
}
]
}