foldbank-mock/web/next.config.js
Ameya Shenoy a85ffe0a5b
feat: initiaalize nextjs 13 app
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2023-02-26 21:04:45 +05:30

8 lines
134 B
JavaScript

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