Files
coolify-examples/node/nextjs/ssr/next.config.ts
Andras Bacsai d3a2a9d83b new examples
2025-12-26 11:40:00 +01:00

8 lines
133 B
TypeScript

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