mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 15:42:09 -05:00
8 lines
163 B
TypeScript
8 lines
163 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
transpilePackages: ["better-auth", "@better-auth/core"],
|
|
};
|
|
|
|
export default nextConfig;
|