This commit is contained in:
Adrian Altner 2026-03-30 14:16:43 +02:00
commit 017bf6e067
115 changed files with 19650 additions and 0 deletions

8
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"recommendations": [
"astro-build.astro-vscode",
"deque-systems.vscode-axe-linter",
"biomejs.biome"
],
"unwantedRecommendations": ["esbenp.prettier-vscode"]
}