feat: implement storage provider with local and S3 adapters

This commit is contained in:
2026-04-10 00:59:35 -03:00
parent fb8c07d32e
commit 98515550ca
8 changed files with 2260 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
"test": "jest"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1028.0",
"@clerk/nextjs": "^7.0.7",
"@hookform/resolvers": "^5.2.2",
"@tanstack/react-query": "^5.95.2",
@@ -47,6 +48,7 @@
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/jest": "^30.0.0",
"@types/node": "^20",
"aws-sdk-client-mock": "^4.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",