mirror of
https://github.com/supabase/supabase.git
synced 2026-05-30 09:23:00 +08:00
* chore: prep expo example. * Modify Flutter user management example to use .env and initialize supabase * chore: add .env support to swift-user-management * chore: update supabase dependency for swift-user-management example * chore: minor expo updates. * chore: update auth nextjs example. --------- Co-authored-by: dshukertjr <[email protected]> Co-authored-by: Guilherme Souza <[email protected]>
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {};
|
|
|
|
module.exports = nextConfig;
|