Build issue
and still I'm having build issue (just run-local-backend) but when I try in terminal this:
it's working normally, builded version and this version have any difference?
3 Replies
What git revision are you building from? We accidentally broke the windows build between https://github.com/get-convex/convex-backend/commit/ee6917bb35f57b025331d9fb8ab42b6222b5f9b3 and https://github.com/get-convex/convex-backend/commit/c06d6e68c62ffd7e34939f825d8880b8a1b09fdb
GitHub
Rebase local store changes onto main (#32520) · get-convex/convex-b...
*
GitOrigin-RevId: 1860afc5721721e6fb9d4ecec030140cf92b0abd
GitHub
[local store] fix windows build command (#32613) · get-convex/conve...
GitOrigin-RevId: 2545c83b3de4949f00ca456a4d81def9fb5987b4
So if you git pull, it should be fixed
Thank you