mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 20:12:49 +08:00
Add the Realtime Authorization Demo --------- Co-authored-by: Wen Bo Xie <[email protected]> Co-authored-by: Wen Bo Xie <[email protected]>
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = { productionBrowserSourceMaps: true }
|
|
|
|
module.exports = nextConfig
|