Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[legacy-framework] Fix Linux & Remove top level await support in console, temporarily #231

Merged
merged 2 commits into from
Apr 25, 2020

Conversation

flybayer
Copy link
Member

Pull Request Type

  • Bug fix

What's the reason for the change? ❓

We were enabling top level await in our binaries using this:

#!/usr/bin/env node --experimental-repl-await

But that doesn't work on Linux, which also breaks production deployments, like to Vercel/Zeit. So I had to remove it for now.

New issue for adding it back with cross platform support: blitz-js/legacy-framework#827

@flybayer flybayer changed the title Remove top level await support in console, temporarily Fix Linux & Remove top level await support in console, temporarily Apr 25, 2020
@flybayer flybayer merged commit 6af0eb7 into canary Apr 25, 2020
@flybayer flybayer deleted the fix-bin2 branch April 25, 2020 07:06
@dillondotzip dillondotzip changed the title Fix Linux & Remove top level await support in console, temporarily [legacy-framework] Fix Linux & Remove top level await support in console, temporarily Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant