Files
netris-nestri/infra/email.ts
Wanjohi 7ecc068466 feat(infra): Use a shared VPC (#218)
## Description
The scope of this PR is to add a shared VPC for everyone on the team.
2025-03-26 06:29:25 +03:00

6 lines
146 B
TypeScript

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