next.js/examples/prisma-postgres/next.config.ts
next.config.ts8 lines133 B
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  /* config options here */
};

export default nextConfig;
Quest for Codev2.0.0
/
SIGN IN