Files
supabase/examples/realtime/nextjs-authorization-demo/next.config.js
Filipe Cabaço 6acb28ed56 doc: Add Realtime Authorization Demo (#22500)
Add the Realtime Authorization Demo

---------

Co-authored-by: Wen Bo Xie <[email protected]>
Co-authored-by: Wen Bo Xie <[email protected]>
2024-04-12 23:29:00 +01:00

5 lines
127 B
JavaScript

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