fixes (the last)

This commit is contained in:
2025-08-18 22:10:27 +02:00
parent 0f2c0e511f
commit 9a14571c31
4 changed files with 65 additions and 8 deletions

9
.vscode/launch.json vendored
View File

@@ -13,6 +13,15 @@
"console": "integratedTerminal",
"program": "${workspaceFolder}/cmd/web"
},
{
"name": "server",
"type": "go",
"request": "launch",
"mode": "auto",
"args": ["-document-root", "${workspaceFolder}/env"],
"console": "integratedTerminal",
"program": "${workspaceFolder}/cmd/server"
},
{
"name": "cli",
"type": "go",