mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 19:34:34 +00:00
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch via NPM",
|
|
"request": "launch",
|
|
"runtimeArgs": ["run-script", "start"],
|
|
"runtimeExecutable": "npm",
|
|
"skipFiles": ["<node_internals>/**"],
|
|
"type": "pwa-node"
|
|
}
|
|
]
|
|
}
|