Base astro setup

This commit is contained in:
Alexis
2026-06-24 18:04:39 +02:00
parent 67119b4316
commit 3280ad0972
11 changed files with 2783 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "aerocity",
"type": "module",
"version": "0.0.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^7.0.2"
}
}