mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
🐜 fix(infra): Make sure all stages are in sync (#219)
## Description Syncs all branches to the current changes
This commit is contained in:
@@ -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(),
|
||||
})
|
||||
Reference in New Issue
Block a user