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

chore: split export type #3569

Merged
merged 2 commits into from
Nov 19, 2023
Merged

chore: split export type #3569

merged 2 commits into from
Nov 19, 2023

Conversation

nicolasburtey
Copy link
Member

@nicolasburtey nicolasburtey commented Nov 18, 2023

this is making the app works with bun (altough it seems bun 1.0.13 is still not fully compatible with our stack)

Nicolas Burtey added 2 commits November 18, 2023 16:50
this is necessary for bun to compile properly
against (require.main === module)

this will make it work for bun

the downside is that if we import this file directly it will be launching the server unintentionally, but I don't think we do/should do that anyhow
@nicolasburtey nicolasburtey merged commit 78a66cf into main Nov 19, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants