From af9edd7b2489cdb191cb581792ee313192ecd4bf Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 28 Sep 2025 04:11:11 +0000 Subject: [PATCH] add serverless import to netlify function cgen-c7132c99ecea4b24993072c2d9be753d --- netlify/functions/api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify/functions/api.ts b/netlify/functions/api.ts index 538ac243..a749cc41 100644 --- a/netlify/functions/api.ts +++ b/netlify/functions/api.ts @@ -1,5 +1,6 @@ import serverless from "serverless-http"; +import serverless from "serverless-http"; import { createServer } from "../../server"; export const handler = serverless(createServer());