Refine workspaces and event publishing; harden uploads and email delivery

This commit is contained in:
2026-09-09 15:44:00 -04:00
parent f5702caaea
commit 574f29a68e
93 changed files with 2885 additions and 535 deletions
+5
View File
@@ -58,6 +58,7 @@
"version": "0.0.1",
"dependencies": {
"@album/database": "workspace:*",
"@album/email": "workspace:*",
"@album/storage": "workspace:*",
"drizzle-orm": "^0.45.2",
"heic-convert": "^2.1.0",
@@ -81,6 +82,7 @@
"name": "@album/database",
"version": "0.0.1",
"dependencies": {
"@album/contracts": "workspace:*",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.45.2",
"postgres": "^3.4.7",
@@ -94,6 +96,9 @@
"name": "@album/email",
"version": "0.0.1",
"dependencies": {
"@album/contracts": "workspace:*",
"@album/database": "workspace:*",
"drizzle-orm": "^0.45.2",
"nodemailer": "^9.0.3",
"resend": "^6.18.0",
},