Initial commit

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-11 15:55:14 -04:00
commit 290ff0bc1e
41 changed files with 7998 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "swansea-airfield",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"bootstrap:directus": "node scripts/bootstrap-directus.mjs"
},
"dependencies": {
"astro": "^5.6.2"
},
"devDependencies": {
"@types/node": "^22.15.29",
"typescript": "^5.8.3"
}
}