Files
Matthias Hinrichs 189e7a2329 first commit
2025-08-26 03:17:49 +02:00

13 lines
195 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Run Server",
"type": "shell",
"command": "go run main.go",
"isBackground": true,
"problemMatcher": [],
"group": "build"
}
]
}