Files
Portalweb/next.config.ts
JuruSysadmin af154c3f7f first
2025-06-17 13:41:48 -03:00

8 lines
133 B
TypeScript

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