igrigorik / heroku-buildpack-dart

Heroku buildpack for Dart
170 stars 114 forks source link

Allows global packages to be activated #45

Open itsjoeconway opened 6 years ago

itsjoeconway commented 6 years ago

Set DART_GLOBAL_PACKAGES environment variable to a space-delimited list of package_name@version. This will pub global activate each package at that version during the build step.