Files
HKSingleParty/99_references/supabase-examples/auth/nextjs/next.config.js
2025-05-28 09:55:51 +08:00

5 lines
94 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {};
module.exports = nextConfig;