Files
fiberops-client-portal/next.config.ts
2026-04-13 09:36:30 +08:00

4 lines
124 B
TypeScript

import type { NextConfig } from 'next';
const nextConfig: NextConfig = { output: 'standalone' };
export default nextConfig;