Newer
Older
supabase-sample / next.config.ts
Shinya Tomozumi on 27 May 133 bytes Initial commit from Create Next App
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  /* config options here */
};

export default nextConfig;