Files
funcionarios_front/next.config.ts
T
2025-08-07 11:03:56 -06:00

10 lines
134 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
}
export default nextConfig;