Files
aswa-mongoose-tutorial/.vscode/launch.json
julien Lengrand-Lambert 4657a24c34 Initial commit
2021-05-28 00:37:58 +02:00

13 lines
217 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Node Functions",
"type": "node",
"request": "attach",
"port": 9229,
"preLaunchTask": "func: host start"
}
]
}