foldbank-mock/web/next.config.js

9 lines
134 B
JavaScript
Raw Normal View History

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