import { Subscription } from "encore.dev/pubsub";
const _ = new Subscription(signups, "send-welcome-email", {
handler: async (event) => {
// Send a welcome email using the event.
},
});
import { Subscription } from "encore.dev/pubsub";
const _ = new Subscription(signups, "send-welcome-email", {
handler: async (event) => {
// Send a welcome email using the event.
},
});