fix: add @node-rs/bcrypt to server component externals

This commit is contained in:
Mythie
2024-03-07 18:48:06 +11:00
parent cffb7907b5
commit 8dad3607cf
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ const FONT_CAVEAT_BYTES = fs.readFileSync(
const config = {
experimental: {
outputFileTracingRoot: path.join(__dirname, '../../'),
serverComponentsExternalPackages: ['@node-rs/bcrypt'],
serverActions: {
bodySizeLimit: '50mb',
},