Web Deploy Launcher
Objective
Prepare deployment configuration and final production readiness checks based on
project-config.json.
Required Workflow
- Read deployment target from
project-config.json. - Generate target-specific config:
- Vercel:
vercel.json - Netlify:
netlify.toml - Fly.io:
fly.tomlandDockerfile - Railway/Render:
Dockerfileplus deployment instructions - Cloudflare Pages:
wrangler.toml
- Vercel:
- Run production build checks (
npm run build
[Description truncada. Veja o README completo no GitHub.]