next-better-auth-start/next.config.ts
2026-02-13 09:58:09 +01:00

7 lines
133 B
TypeScript

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