diff --git a/examples/next-js/next.config.mjs b/examples/next-js/next.config.mjs index 00058aa800..4edbdd2521 100644 --- a/examples/next-js/next.config.mjs +++ b/examples/next-js/next.config.mjs @@ -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; \ No newline at end of file