Refactor code structure for improved readability and maintainability
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m49s

This commit is contained in:
2026-04-25 11:26:29 -04:00
parent 127378797c
commit 39a547ca9c
3 changed files with 170 additions and 2 deletions

17
.vscode/mcp.json vendored
View File

@@ -9,7 +9,20 @@
"--config=playwright.config.ts"
],
"cwd": "frontend"
},
"gitea": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITEA_ACCESS_TOKEN=${env:GITEA_ACCESS_TOKEN}",
"-e",
"GITEA_HOST=https://git.ryankegel.com",
"docker.gitea.com/gitea-mcp-server"
],
"type": "stdio"
}
},
"inputs": []
}
}