Skip to content

Conversation

joaoantoniocardoso
Copy link
Collaborator

@joaoantoniocardoso joaoantoniocardoso commented Sep 28, 2025

Today, the Windows deployment stopped working due to some failure when calling bun from within Rust build.rs.

Because (1) building the frontend requires the bindings to be generated, (2) the bindings can only be generated if the project finishes building, and (3) the project can only finish building if the frontend is built; there's no easy way to build this project.

This patch proposes a fix by splitting the bindings generation into a separate package, making it easy to build following the 3 steps below: (1) generate bindings, (2) build frontend, and finally (3) build backend.

Because it is now a multi-step build, I provided a build.sh wrapper.

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