nextjs-subscription-payments icon indicating copy to clipboard operation
nextjs-subscription-payments copied to clipboard

appDir: true is need?

Open ttizze opened this issue 1 year ago • 1 comments

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; `

ttizze avatar Oct 22 '23 00:10 ttizze

No it’s not needed.

and starting with Next 13.5.7, you likely won’t need this either: “serverActions: true”

ajayvignesh01 avatar Oct 22 '23 07:10 ajayvignesh01