next-shad-auth-starter/next.config.ts
Jessica Rekcah 22f85d731c init
2025-11-29 00:36:55 +07:00

8 lines
133 B
TypeScript

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