nextjs-subscription-payments
nextjs-subscription-payments copied to clipboard
appDir: true is need?
this project use next13.4 and this version support app router,right?
why need this?
` /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, experimental: { appDir: true, serverActions: true } };
module.exports = nextConfig; `
No it’s not needed.
and starting with Next 13.5.7, you likely won’t need this either: “serverActions: true”