a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove unused connection

-2
-2
app/api/rpc/[command]/route.ts
··· 14 14 import { get_leaflet_data } from "./get_leaflet_data"; 15 15 import { get_publication_data } from "./get_publication_data"; 16 16 17 - const client = postgres(process.env.DB_URL as string, { idle_timeout: 5 }); 18 17 let supabase = createClient<Database>( 19 18 process.env.NEXT_PUBLIC_SUPABASE_API_URL as string, 20 19 process.env.SUPABASE_SERVICE_ROLE_KEY as string, 21 20 ); 22 - const db = drizzle(client); 23 21 24 22 const VERCEL_TOKEN = process.env.VERCEL_TOKEN; 25 23 const vercel = new Vercel({