mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
13 lines
208 B
JSON
13 lines
208 B
JSON
|
|
{
|
||
|
|
"version": "0.2.0",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"type": "node",
|
||
|
|
"request": "attach",
|
||
|
|
"name": "Launch Program",
|
||
|
|
"skipFiles": ["<node_internals>/**"],
|
||
|
|
"port": 9229
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|