Skip to content
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

edge.yaml config ideas #12

Open
1 task
Ehesp opened this issue Feb 7, 2023 · 1 comment
Open
1 task

edge.yaml config ideas #12

Ehesp opened this issue Feb 7, 2023 · 1 comment

Comments

@Ehesp
Copy link
Member

Ehesp commented Feb 7, 2023

By default no config is required when developing and deploying, however providing such a file would allow the CLI to hook onto various options:

  • Support multiple entry points. For example, lib/admin.dart could deploy as it's own standalone function. Currently, only a single entrypoint is supported.
@venkata-reddy-dev
Copy link

I think we can provide different entry points by configuring edge.yml file

supabase:
  functions:
    task1: 'lib/task1.dart'
    task2: 'lib/task2.dart'
  projectPath: "supabase"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants