chore: try bcrypt

This commit is contained in:
Bereket Engida
2024-09-07 19:44:02 +03:00
parent ab661e0be9
commit 0274f13332

View File

@@ -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;