Files
nearle_web_nextjs/next.config.ts
2026-06-26 16:07:38 +05:30

8 lines
129 B
TypeScript

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