Prepare production and Coolify deployment with original exports and datetime pickers

This commit is contained in:
2026-09-09 17:59:20 -04:00
parent 574f29a68e
commit 64d7acc9c0
38 changed files with 1296 additions and 8 deletions
+5 -1
View File
@@ -11,14 +11,18 @@
"lint": "tsc --noEmit"
},
"dependencies": {
"@album/email": "workspace:*",
"@album/database": "workspace:*",
"@album/email": "workspace:*",
"@album/storage": "workspace:*",
"@aws-sdk/lib-storage": "3.1127.0",
"archiver": "^8.0.0",
"drizzle-orm": "^0.45.2",
"heic-convert": "^2.1.0",
"sharp": "0.35.3"
},
"devDependencies": {
"@types/archiver": "^8.0.0",
"fflate": "^0.8.3",
"typescript": "^5.8.3"
}
}