12-05-2026 Frontend dev
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run

This commit is contained in:
Kevin Adametz 2026-05-12 18:32:33 +02:00
parent 405df0a122
commit 5b8bdf4182
779 changed files with 480564 additions and 6241 deletions

22
.codex/config.toml Normal file
View file

@ -0,0 +1,22 @@
[mcp_servers.context7]
args = [
"-y",
"@upstash/context7-mcp",
"--api-key",
"ctx7sk-119cd4ab-8983-4229-8702-e84c59c34fc9",
]
command = "npx"
[mcp_servers.playwright]
url = "https://playwright.test/mcp"
[mcp_servers.sequential-thinking]
args = [
"-y",
"@modelcontextprotocol/server-sequential-thinking",
]
command = "npx"
[mcp_servers.laravel-boost]
command = "vendor/bin/sail"
args = ["artisan", "boost:mcp"]
cwd = "/var/www/html"