fix: Add patch-package to resolve Docker build error

Added patch-package as a devDependency to fix build failure where
rollup's postinstall script was failing due to missing patch-package.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-07 13:24:20 -05:00
parent 1c2b80d837
commit 6269655ae1

View File

@@ -29,6 +29,7 @@
"@types/bcrypt": "^5.0.2", "@types/bcrypt": "^5.0.2",
"@types/better-sqlite3": "^7.6.11", "@types/better-sqlite3": "^7.6.11",
"@types/nodemailer": "^6.4.14", "@types/nodemailer": "^6.4.14",
"@types/qrcode": "^1.5.5" "@types/qrcode": "^1.5.5",
"patch-package": "^8.0.0"
} }
} }