littlelink-server/.vscode/launch.json

13 lines
254 B
JSON
Raw Normal View History

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to dev server",
"type": "node",
"request": "attach",
"protocol": "inspector",
"address": "localhost",
"port": 9229
}
]
}