mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
fix: config
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
import { NextConfig } from "next";
|
||||
|
||||
const nextConfig = {
|
||||
webpack: (config) => {
|
||||
config.externals.push("argon2");
|
||||
return config;
|
||||
}
|
||||
};
|
||||
},
|
||||
} satisfies NextConfig;
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user