Skip to content

Conversation

@senpaiorbit
Copy link
Contributor

No description provided.

- Remove Cloudflare-specific files (wrangler.toml, .wrangler)
- Add Vercel configuration (vercel.json, .vercelignore)
- Create api/index.js serverless entry point using @hono/node-server
- Add src/server.js for local development
- Update package.json: remove wrangler, add @hono/node-server
- Update scripts for Vercel deployment (dev, start, vercel-build)
- Update README.md with Vercel deployment instructions
- Update CHANGELOG.md documenting migration to v2.0.0
- Update .gitignore to exclude Vercel-specific files
- Keep cache implementation compatible with serverless
- Update app.js with proper OpenAPI server URLs
- Keep all routes and scrapers unchanged
@ryanwtf88 ryanwtf88 merged commit cb30896 into ryanwtf88:master Feb 11, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants