Initial commit: RustyAstro + OpenAPI-Typen aus RustyCMS

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Peter Meier
2026-02-13 15:58:36 +01:00
commit 054b5719e5
21 changed files with 12756 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "rustyastro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate:api-types": "node scripts/generate-api-types.mjs"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.1",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"openapi-typescript": "^7.4.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}