#!/usr/bin/env node /** * CLI tool to upload static files to a Convex static-hosting component. * * Usage: * npx @convex-dev/static-hosting upload [options] * * Options: * --dist Path to dist directory (default: ./dist) * --component Component instance name (default: staticHosting) * --prod Deploy to production deployment * --build Run the frontend build before uploading * --build-command Override the frontend build command * --spa / --no-spa Enable or disable SPA fallback * --cdn Use the legacy convex-fs integration * --cdn-delete-function App function that deletes old CDN blobs * --concurrency Parallel upload workers (default: 5) * --help Show help */ export {}; //# sourceMappingURL=upload.d.ts.map