Sounds like the ideal path is to put all code that functions may need into `/functions` and build ou

Sounds like the ideal path is to put all code that functions may need into /functions and build out folder structure in there, and then when the UI needs shared stuff it can be a bit more configurable to watch code in the functions folder
Was this page helpful?