Lucas

Results 5 comments of Lucas

Could anyone check this PR?

Does this adapter use the default Auth schema of Supabase or does it create a separate schema?

Workaround doesn't work for me on Nextjs 14 with app dir inside src.

await import("./src/env.js"); import bundleAnalyzer from "@next/bundle-analyzer"; import million from "million/compiler"; const withBundleAnalyzer = bundleAnalyzer({ enabled: process.env.ANALYZE === "true", }); /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, i18n:...