sistema-de-chamados/web/next.config.ts
2025-09-18 23:30:50 -03:00

7 lines
133 B
TypeScript

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