Initial commit, working app

This commit is contained in:
2025-05-09 20:59:58 +02:00
parent 02b81219fa
commit e250b6b5d8
10 changed files with 431 additions and 62 deletions

View File

@@ -9,6 +9,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.7.12"
"@astrojs/node": "^9.2.1",
"@auth/core": "^0.39.0",
"astro": "^5.7.12",
"auth-astro": "^4.2.0"
}
}
}