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

14
astro/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.17.1"
}
}