techprotrade's picture
download
raw
590 Bytes
// This file is automatically generated. Do not edit it directly.
import { createClient } from '@supabase/supabase-js';
import type { Database } from './types';
const SUPABASE_URL = import.meta.env.VITE_SUPABASE_URL;
const SUPABASE_PUBLISHABLE_KEY = import.meta.env.VITE_SUPABASE_PUBLISHABLE_KEY;
// Import the supabase client like this:
// import { supabase } from "@/integrations/supabase/client";
export const supabase = createClient<Database>(SUPABASE_URL, SUPABASE_PUBLISHABLE_KEY, {
auth: {
storage: localStorage,
persistSession: true,
autoRefreshToken: true,
}
});

Xet Storage Details

Size:
590 Bytes
·
Xet hash:
2474ad1301fe2e2fd1ce128a08f4bedf7eea0921d6921b567593116f84349866

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.