judge4c/next.config.ts

8 lines
129 B
TypeScript
Raw Permalink Normal View History

2025-04-27 15:35:48 +00:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
2025-04-28 02:16:48 +00:00
output: "standalone",
2025-04-27 15:35:48 +00:00
};
export default nextConfig;