kenneth acfe1523df refactor: wrap all errors in ConvexError
- Update error() helper to throw ConvexError instead of plain objects
- Add isApplicationConvexError() type guard for client-side error checking
- Fix Vite config to include convex/values in optimizeDeps for proper instanceof checks
- Update error handling to check ConvexError wrapper and extract data property

This ensures all application errors are properly typed and can be identified
using instanceof ConvexError on the client side.

Co-authored-by: Ona <no-reply@ona.com>
2025-11-08 17:56:28 +00:00
2025-09-13 22:02:27 +01:00
2025-09-13 22:02:27 +01:00
2025-10-21 23:45:04 +00:00
2025-09-13 22:02:27 +01:00
2025-10-21 23:45:04 +00:00
2025-09-17 00:04:12 +00:00
2025-09-21 17:03:50 +00:00
2025-09-13 22:02:27 +01:00

bun-react-template

To install dependencies:

bun install

To start a development server:

bun dev

To run for production:

bun start

This project was created using bun init in bun v1.2.21. Bun is a fast all-in-one JavaScript runtime.

Description
No description provided
Readme 1 MiB
Languages
TypeScript 73.8%
Go 17.2%
JavaScript 3.1%
CSS 2.3%
Shell 1.9%
Other 1.6%