Skip to content

Commit

Permalink
Fix launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Nov 16, 2024
1 parent fdff2eb commit 6aca00d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
"name": "test",
"request": "launch",
"runtimeArgs": [
"run-script",
"run",
"test"
],
"runtimeExecutable": "npm",
"skipFiles": [
"<node_internals>/**"
],
"type": "pwa-node"
"cwd": "${workspaceFolder}/server",
"type": "node"
}
]
}
}

0 comments on commit 6aca00d

Please sign in to comment.