chore(astro): initial commit

This commit is contained in:
Stefan Imhoff
2023-02-10 17:57:28 +01:00
commit 3a1d463208
13 changed files with 3252 additions and 0 deletions

11
.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"
}
]
}