Hi.
I have monorepo project with four projects.
Each project has a separate netlify configuration with deploy.
I have common netlify function for each project.
Can i put this function into some common place outside these four projects and use within project?
Also I need to this function been available on http://aaapropject/.netlify/functions/common, http://bbbpropject/.netlify/functions/common.
Or should I create common place with logic and create separate function for each project and just call this logic within function?
Thanks for answers!