UNPKG

@supabase/ssr

Version:

Use the Supabase JavaScript library in popular server-side rendering (SSR) frameworks.

8 lines (6 loc) 147 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { exclude: ["**/node_modules/**", "**/dist/**"], }, });