From 9ac460549f9a62c5a1ae0d80cd539129212a08b6 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 07:11:42 +0000 Subject: [PATCH] Import email service cgen-ae324e0bac564562acae3d07080c3bb2 --- server/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/index.ts b/server/index.ts index 119484e7..78e90c09 100644 --- a/server/index.ts +++ b/server/index.ts @@ -2,6 +2,7 @@ import "dotenv/config"; import express from "express"; import cors from "cors"; import { adminSupabase } from "./supabase"; +import { emailService } from "./email"; export function createServer() { const app = express();