what could be a deployment strategy with pubspec on dart

前端 未结 3 1265
眼角桃花
眼角桃花 2021-01-17 18:38

What would be the best way to actually deploy dart code that has pubspec.yaml dependencies? A common thing I\'ve done in the past was to create demos and deploy to github pa

3条回答
  •  独厮守ぢ
    2021-01-17 18:52

    I think you have three options:

    • If you already have a server-side technology and a deployment strategy, use that.
    • If you're just deploying static stuff, I wonder if Google App Engine would work with these symlinks.
    • Heroku supports Dart, although I'm not sure how it supports symlinks.

提交回复
热议问题