🐜 fix(infra): Make sure all stages are in sync (#219)

## Description
Syncs all branches to the current changes
This commit is contained in:
Wanjohi
2025-03-26 07:59:40 +03:00
committed by GitHub
parent 7ecc068466
commit 7ff4ff8c90
3 changed files with 44 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
import { domain } from "./dns";
// export const email = new sst.aws.Email("Mail",{
// sender: domain,
// dns: sst.cloudflare.dns(),
// })
export const email = new sst.aws.Email("Email",{
sender: domain,
dns: sst.cloudflare.dns(),
})