mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2024-11-23 05:35:28 +01:00
13 lines
254 B
JSON
13 lines
254 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Attach to dev server",
|
||
|
"type": "node",
|
||
|
"request": "attach",
|
||
|
"protocol": "inspector",
|
||
|
"address": "localhost",
|
||
|
"port": 9229
|
||
|
}
|
||
|
]
|
||
|
}
|