dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
213 stars 71 forks source link

Provide support for webdev configuration yaml file #2365

Open anantha-krish opened 5 months ago

anantha-krish commented 5 months ago

It would be good if we could introduce a configurable option via a yaml file. Similar to dart_test.yaml , we could introduce webdev.yaml or dart_web.yaml

Example:

serve:
  port: 8081
  release: true
build:
 release: false
 output: deploy