mirror of
https://github.com/microsoft/graphrag.git
synced 2025-03-11 01:26:14 +03:00
13 lines
195 B
JSON
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"
|
|
}
|
|
]
|
|
}
|