Bun: `convex dev` doesn't update dev deployment
When I visit the dashboard, it still has the old functions and schema. The client doesn't work for new functions.
api.ts
is updated correctly locally with new functions.

2 Replies
Even if I create a new convex project using
bun convex dev --configure
it doesn't upload any functions.
I found out that it only happens when a project that has convex is a part of a bun workspace.
package.json
package.json
I don't use Bun, but I updated the post title to add that. Here's hoping that other Bun users can help with a solution.