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
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m49s
This commit is contained in:
17
.vscode/mcp.json
vendored
17
.vscode/mcp.json
vendored
@@ -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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user