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 have web/src/utils.ts, can I import that from a function?
image.png
Was this page helpful?