Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appDir: true is need? #257

Open
ttizze opened this issue Oct 22, 2023 · 1 comment
Open

appDir: true is need? #257

ttizze opened this issue Oct 22, 2023 · 1 comment

Comments

@ttizze
Copy link

ttizze commented Oct 22, 2023

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

@ajayvignesh01
Copy link

No it’s not needed.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants