You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
A way to specify the location of a function within a directory. This is relevant to a monorepo consisting of multiple functions, possibly with multiple directories that could contain your function(s).
This could be something like BP_FUNCTION_SEARCH_PATH or BP_FUNCTION_PATH. We can discuss on what name is appropriate in the comments.
Describe alternatives you've considered
New repo per function and everything is top-level. Applications may have multiple moving parts that are closely related.