Skip to content

Commit 17b9b6b

Browse files
prazgaitisclaude
andcommitted
Fix prod-to-local sync for self-hosted Convex compatibility
Convex cloud now exports "uniform" schema types and $bytes fields that self-hosted Convex can't import. Sanitize the snapshot by stripping generated_schema.jsonl files and resend component data before importing. Also update convex CLI from 1.28.0 to 1.33.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9aff1b7 commit 17b9b6b

3 files changed

Lines changed: 365 additions & 31 deletions

File tree

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@convex-dev/migrations": "^0.3.1",
6363
"@convex-dev/resend": "^0.2.3",
6464
"@noble/hashes": "^2.0.1",
65-
"convex": "^1.28.0",
65+
"convex": "^1.33.1",
6666
"stripe": "^20.0.0"
6767
},
6868
"devDependencies": {

0 commit comments

Comments
 (0)