I’d like to setup some reusable cloud code helper functions, stuff that’s used in mulitple different cloud code functions without having to replicate the code over and over.
What’s the standard correct way to do this?
I tried setting up a “helper_functions” directory and importing a functions.js into main.js but it broke the build.