mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 20:57:54 +00:00
17 lines
275 B
JSON
17 lines
275 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
|
||
|
{
|
||
|
"name": "Launch Go",
|
||
|
"type": "go",
|
||
|
"request": "launch",
|
||
|
"mode": "debug",
|
||
|
"program": "${workspaceFolder}/main.go",
|
||
|
"args": [
|
||
|
"api"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|