mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 08:56:40 -05:00
chore: try bcrypt
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/** @type {import("next").NextConfig} */
|
||||
const nextConfig = {
|
||||
webpack: (config) => {
|
||||
config.externals.push("argon2");
|
||||
config.externals.push("@node-rs/argon2", "@node-rs/bcrypt");
|
||||
return config;
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user