weddingsite/.vscode/launch.json
2021-06-03 17:58:40 -07:00

12 lines
208 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Launch Program",
"skipFiles": ["<node_internals>/**"],
"port": 9229
}
]
}