Files
no-copy-frontend/next.config.ts
T
2025-11-25 17:13:16 +07:00

8 lines
129 B
TypeScript

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