Files
no-copy-frontend/next.config.ts
T

8 lines
132 B
TypeScript
Raw Normal View History

2025-11-24 18:24:36 +07:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
2025-11-24 18:52:32 +07:00
/* config options here */
2025-11-24 18:24:36 +07:00
};
export default nextConfig;