Files
better-auth/examples/next-js/next.config.mjs
Bereket Engida 2ccd136533 chore: formatting
2024-09-08 08:51:10 +03:00

5 lines
92 B
JavaScript

/** @type {import("next").NextConfig} */
const nextConfig = {};
export default nextConfig;