chore: remove oslo dependency

This commit is contained in:
2024-12-14 00:03:26 +01:00
parent 45752d4fac
commit aa6eaffc76
4 changed files with 137 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
webpack: (config) => {
config.externals.push("@node-rs/argon2", "@node-rs/bcrypt");
config.externals.push("@node-rs/argon2");
return config;
}
};