use new mail service in dashboard

This commit is contained in:
Emily
2025-01-29 16:03:01 +01:00
parent 39b8dd84f1
commit bfeee8673c
26 changed files with 147 additions and 1266 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dashboard:clear-logs": "ts-node scripts/dashboard/clear-logs.ts",
"dashboard:shared": "ts-node scripts/dashboard/shared.ts",
"dashboard:deploy": "ts-node scripts/dashboard/deploy.ts",
"producer:shared": "node scripts/producer/shared.js",
"email:deploy": "ts-node scripts/email/deploy.ts"
},