dart_edge icon indicating copy to clipboard operation
dart_edge copied to clipboard

edge.yaml config ideas

Open Ehesp opened this issue 2 years ago • 1 comments

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.

Ehesp avatar Feb 07 '23 09:02 Ehesp

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"

venkata-reddy-dev avatar Dec 20 '23 04:12 venkata-reddy-dev