Files
supabase/examples/caching/with-nextjs-13/next.config.js
2022-10-28 18:16:23 +08:00

9 lines
134 B
JavaScript

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