beatmatchr/frontend/next.config.mjs
2025-11-10 16:13:01 -05:00

9 lines
137 B
JavaScript

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