Lucas
Lucas
Could anyone check this PR?
Does this adapter use the default Auth schema of Supabase or does it create a separate schema?
Is there any update on Preact working on Nextjs 13?
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:...