Files
2025-11-25 16:26:54 -05:00

9 lines
132 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true
}
};
export default nextConfig;