mirror of
https://github.com/owncast/owncast.git
synced 2024-11-29 03:29:03 +03:00
13 lines
238 B
JSON
13 lines
238 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Launch",
|
||
|
"type": "go",
|
||
|
"request": "launch",
|
||
|
"mode": "debug",
|
||
|
"program": "${workspaceRoot}"
|
||
|
}
|
||
|
]
|
||
|
}
|