mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
import { domain } from "./dns";
|
|
|
|
export const email = new sst.aws.Email("Email",{
|
|
sender: domain,
|
|
dns: sst.cloudflare.dns(),
|
|
}) |