New and Updated: ConvexFS Media Library with Bunny CDN integration ,OpenCode AI development tool integration, AI image generation download and copy options

This commit is contained in:
Wayne Sutton
2026-01-10 15:53:27 -08:00
parent d5d8de0058
commit 95cc8a4677
43 changed files with 5941 additions and 526 deletions

View File

@@ -0,0 +1,44 @@
---
description: Sync markdown content to production Convex database
---
# /sync-prod
Syncs all markdown content to the production Convex database.
## What it does
Same as `/sync` but targets the production environment using `.env.production.local`.
## Usage
```bash
npm run sync:prod
```
## Requirements
- `.env.production.local` file must exist with `VITE_CONVEX_URL`
- Production Convex deployment must be configured
## When to use
- Before deploying changes to production
- When updating live content
- As part of the deployment workflow
## Full production sync
To sync everything including discovery files:
```bash
npm run sync:all:prod
```
## Verification
After production sync:
1. Check your production site
2. Verify content appears correctly
3. Check Convex dashboard for the production deployment