aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
blob: 78080f3330f5b3277d10ca4157f88d3515a536a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Launch via NPM",
      "request": "launch",
      "runtimeArgs": ["start"],
      "runtimeExecutable": "npm",
      "type": "node"
    }
  ]
}