heroku / heroku-buildpack-emberjs

**This buildpack is deprecated!** Please use the official Node.js buildpack combined with the static or nginx buildpack instead.
71 stars 28 forks source link

Doesn't support FASTBOOT_DISABLED env variable #53

Closed musaffa closed 2 years ago

musaffa commented 6 years ago

Ember-cli-fastboot supports an environmental flag to disable Fastboot server like this:

$ FASTBOOT_DISABLED=true ember serve

Since this buildpack uses fastboot-cli's ember-fastboot command, we cannot avail this feature. Besides, we use ember serve in our development machine to test the features in dev and production environment. It would be nice to have parity with Heroku dyno about how we serve our ember apps. Had it been the case, the issue wouldn't have to be created in the first place.

Thanks.

edmorley commented 2 years ago

This buildpack has been deprecated (c06c1e31291c24f71e8d84225727887506c3c897), and it's also no longer possible for changes to be made to it, due to the issues mentioned in #61.