convex-file-system
Installation
SKILL.md
ConvexFS — File Storage for Convex
convex-fs— Path-based file storage with global CDN delivery via bunny.net.
Installation & Setup
1. Install
npm install convex-fs
2. Register component
// convex/convex.config.ts
import { defineApp } from "convex/server";
import fs from "convex-fs/convex.config.js";