Add Astro project to the repository

This commit is contained in:
Quinn Hegeman
2026-03-07 16:07:09 +01:00
parent 42e52b9811
commit 3e03a9ab27
10 changed files with 132 additions and 0 deletions

11
astro/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}