osschat osschat osschat

Reliable builds for Convex typed imports

Bug Fix Frontend Backend

This release resolves a production build failure affecting the web app when Convex generated imports were not available at build time.

Stability Updates

Builds now include the necessary Convex generated files used by imports like @server/convex/_generated/*. This prevents missing-file errors during compilation and helps ensure deployments complete successfully.

The generated API and data model type definitions are now present in the codebase, so the web app can compile against the expected Convex types without requiring additional generation steps during the build.