Refine workspaces and event publishing; harden uploads and email delivery
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": "./src/index.ts",
|
||||
"./queue": "./src/queue.ts",
|
||||
"./webhooks": "./src/webhooks.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc --noEmit",
|
||||
@@ -12,6 +14,9 @@
|
||||
"lint": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@album/contracts": "workspace:*",
|
||||
"@album/database": "workspace:*",
|
||||
"drizzle-orm": "^0.45.2",
|
||||
"nodemailer": "^9.0.3",
|
||||
"resend": "^6.18.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user