Add Deno configuration and update dependencies for OpenAI and Supabase

This commit is contained in:
2026-01-14 14:24:49 -06:00
parent 3d72e8bbf8
commit 0d2345a6d6
4 changed files with 276 additions and 1 deletions
@@ -1,4 +1,5 @@
// supabase/functions/ai-structured/index.ts
/// <reference lib="deno.window" />
import OpenAI from "npm:openai";
import "jsr:@supabase/functions-js/edge-runtime.d.ts";
import { createClient } from "npm:@supabase/supabase-js@2";