Add mobile menu toggle functionality and launch configuration

This commit is contained in:
Adrian Altner 2026-04-21 03:09:37 +02:00
parent 2975984104
commit a123886ee4
2 changed files with 147 additions and 1 deletions

11
.claude/launch.json Normal file
View file

@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "astro-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 4321
}
]
}