Bravo
Bravo3w ago

weird dependency issue

I have a simple script that connects via SFTP, unzips an archive and returns text content of that unzipped file. It works well during testing but when Im trying to deploy it, I get a dependency issue: error: Could not resolve: "@aws-sdk/client-s3". Maybe you need to "bun install"?. There's no s3 use whatsoever in this script
No description
No description
2 Replies
rubenf
rubenf3w ago
add //nobundling to the top of your script
Bravo
BravoOP3w ago
wow thanks works c: