fix: add @rollup/rollup-linux-x64-gnu as optionalDependency for Docker build

This commit is contained in:
Kunthawat Greethong
2026-07-01 11:01:31 +07:00
parent 4c7531ddc5
commit b75ed98804
2 changed files with 332 additions and 0 deletions

View File

@@ -19,5 +19,8 @@
"cors": "^2.8.6",
"express": "^5.2.1",
"nodemailer": "^9.0.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.62.2"
}
}