Files
no-copy-frontend/next.config.ts
T
2025-11-24 18:52:32 +07:00

8 lines
132 B
TypeScript

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