-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple functions support ? #23
Comments
You could use a monorepo with a tool like https://github.com/invertase/melos; each function could be a private package in ./packages for example. You can easily share local dependencies and build/deploy scripts with Melos too. |
But AFAIK when using |
Yeah thus was part of my thinking for #12 You can define entrypoints -> name. I'll have a think. |
DM'd you on Twitter about that :) @Ehesp |
My workflow looks like --
So my folder looks like:
Seems to be working well for organizes so far, maybe it will help others manage multiple functions. |
I also am having issues using this with multiple functions. Ideally, I think I'd like to have a mirrored folder structure. Basically Alternatively, if the Currently, this tool seems to assume it will manage the entire dart package and be the only function in supabase. This is not necessarily the case since sometimes your package includes multiple aspect of your backend and sometimes even your frontend (as is often the case with supabase + frontend in one repo) |
I've browsed around but I'm not sure to understand how it is intended to be used to use multiple functions. Do we need one dart project for each function ?
The text was updated successfully, but these errors were encountered: