Use message queue for emails (#1446)

This commit is contained in:
Luke Vella 2024-11-30 19:00:56 +00:00 committed by GitHub
parent 673fc79801
commit a452e5b764
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 150 additions and 35 deletions

View file

@ -1,6 +1,6 @@
import "i18next";
import emails from "./locales/en/emails.json";
import type emails from "./locales/en/emails.json";
interface I18nNamespaces {
emails: typeof emails;