rsnext/examples/reproduction-template-app-dir/next.config.js
Jan Kaifer 5127e8376d
Create reproduction template for app dir (#45412)
Co-authored-by: Balázs Orbán <info@balazsorban.com>
2023-02-02 12:02:06 +00:00

7 lines
128 B
JavaScript

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