Files
funcionarios_front/next.config.ts
T

10 lines
134 B
TypeScript
Raw Normal View History

2025-08-01 15:15:18 -06:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
2025-08-07 11:03:56 -06:00
}
2025-08-01 15:15:18 -06:00
export default nextConfig;