Fixed formatting

This commit is contained in:
Alexis
2026-06-24 18:09:01 +02:00
parent 3280ad0972
commit f991976ef1
2 changed files with 26 additions and 26 deletions

View File

@@ -1,17 +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"
}
}
"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"
}
}