We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://bun.sh/
The text was updated successfully, but these errors were encountered:
One first try:
replaced node by bun in api-server/bin/server
node
bun
added some ? to process.stdout?.fd and .stdout
?
process.stdout?.fd
.stdout
Add process.stdin, process.stdout and process.stderr oven-sh/bun#894
process.stdin
process.stdout
process.stderr
removed airbrake from boiler as async_hooks is not supported
async_hooks
removed version checking into yargs package
Stopped when "EventEmmiter" implemntations thrown a "The superclass is not a constructor."
See: https://stackoverflow.com/questions/69717406/typeerror-eventemitter-is-not-a-constructor-at-new-mapboxgeocoder
Sorry, something went wrong.
No branches or pull requests
https://bun.sh/
The text was updated successfully, but these errors were encountered: