Say I have a project with a directory structure like this, how can I: - Share a module between them?
Say I have a project with a directory structure like this, how can I:
- Share a module between them? Should I place it inside
functions/, and if so, will it become a route? - Import something from outside
functions/? Say I haveweb/src/utils.ts, can I import that from a function?



