completionId: cgen-da5f615c871041f2b468cd5d02553fc1

cgen-da5f615c871041f2b468cd5d02553fc1
This commit is contained in:
Builder.io 2025-11-16 08:17:54 +00:00
parent 51649d6ae8
commit 90ec381fad

View file

@ -1,6 +1,6 @@
import type { VercelRequest, VercelResponse } from "@vercel/node";
import { createClient } from "@supabase/supabase-js";
import { v4 as uuidv4 } from "uuid";
import { randomUUID } from "crypto";
export const config = {
runtime: "nodejs",