Deploy Bun applications to various platforms
/plugin marketplace add secondsky/claude-skills/plugin install secondsky-bun-plugins-bun@secondsky/claude-skills# Bun Deployment Deploy Bun applications to production environments. ## Supported Platforms ### Docker Create optimized Dockerfile: Commands: ### Cloudflare Workers Update wrangler.toml: Deploy: ### Vercel Add vercel.json: Deploy: ### Fly.io Create fly.toml: Deploy: ### Railway Railway auto-detects Bun projects. Add: Deploy via Railway CLI or GitHub integration. ## Pre-Deployment Checklist 1. [ ] **Build passes** - `bun run build` 2. [ ] **Tests pass** - `bun test` 3. [ ] **Environment variables** - All secrets configured 4. [ ] **Health check** - `/health` end...