Files
supabase/examples/auth/nextjs/next.config.js
2023-05-25 10:16:30 +10:00

9 lines
141 B
JavaScript

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