You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Currently if ember-cli-fastboot is present in package.json there is no option to op-out from serving the app in Fastboot mode. This is not desired when a feature or two is not compatible with Fastboot (yet), but the app works fine with the static buildpack, which would be fine for ex. a review app. The problem here is that the app can't be deployed without Fastboot anymore, since the entry from package.json can't be removed once features like the Fastboot service is used across the app.
The text was updated successfully, but these errors were encountered:
Currently if
ember-cli-fastboot
is present inpackage.json
there is no option to op-out from serving the app in Fastboot mode. This is not desired when a feature or two is not compatible with Fastboot (yet), but the app works fine with the static buildpack, which would be fine for ex. a review app. The problem here is that the app can't be deployed without Fastboot anymore, since the entry frompackage.json
can't be removed once features like the Fastboot service is used across the app.The text was updated successfully, but these errors were encountered: