Files
FullMoonBakehouse-archive-2025/frontend/next.config.js
2025-11-09 00:26:00 -06:00

10 lines
162 B
JavaScript

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