quiniela-sembradores-frontend/next.config.ts

9 lines
158 B
TypeScript
Raw Permalink Normal View History

2026-03-08 11:44:33 -06:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
devIndicators: false
2026-03-08 11:44:33 -06:00
};
export default nextConfig;