Files
graphrag-microsoft/.vscode/launch.json
Alonso Guevara 81b81cf60b Initial Release
2024-07-01 15:25:30 -06:00

13 lines
195 B
JSON

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