fix: 🐛 Properly install and import the S3 client

This commit is contained in:
Jesse Wierzbinski 2024-06-28 20:49:17 -10:00
parent 106e34848a
commit e95cabb304
No known key found for this signature in database
6 changed files with 12 additions and 10 deletions

View file

@ -20,6 +20,7 @@ await Bun.build({
external: ["unzipit"],
}).then((output) => {
if (!output.success) {
console.error(output.logs);
process.exit(1);
}
});