Add image upload to s3

This commit is contained in:
2025-08-02 00:58:40 +02:00
parent 624bb7e124
commit 7d974a857c
8 changed files with 296 additions and 10 deletions
+3 -1
View File
@@ -20,12 +20,14 @@
"@vuestic/tailwind": "^0.1.5",
"argon2": "^0.43.1",
"h3-zod": "^0.5.3",
"minio": "^8.0.5",
"nuxt": "^4.0.1",
"nuxt-auth-utils": "^0.5.22",
"pinia": "^3.0.3",
"slugify": "^1.6.6",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
"vue-router": "^4.5.1",
"zod": "^4.0.0"
},
"devDependencies": {
"@nuxt/devtools": "^2.6.2",