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
The structure of fullstack means that most dependencies need to be optional and only enabled on the server or client. I see a lot of people trying to add server features to the wasm build (like adding axum) and running into build errors. We should document common issues when adding dependencies to fullstack
The text was updated successfully, but these errors were encountered:
The structure of fullstack means that most dependencies need to be optional and only enabled on the server or client. I see a lot of people trying to add server features to the wasm build (like adding
axum
) and running into build errors. We should document common issues when adding dependencies to fullstackThe text was updated successfully, but these errors were encountered: