Files
HKSingleParty/99_references/supabase-examples/caching/with-nextjs-13/next.config.js
2025-05-28 09:55:51 +08:00

9 lines
134 B
JavaScript

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