Issue with nodemailer
When I try to deploy my code to convex via "bun convex dev", I get a error "The package "stream" wasn't found on the file system but is built into node. Are you trying tobundle for node? You can use "platform: 'node'" to do that, which will remove this error."
I don't understand where do i add "platform:node" ? I searched convex documentation, stackoverflow but couldn't find anything.
