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

8 lines
138 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
swcMinify: true,
}
module.exports = nextConfig