mirror of
https://github.com/mikndotdev/proxycheck-cache.git
synced 2026-08-18 02:47:38 +00:00
Simple caching server for proxycheck.io
- TypeScript 81.7%
- Dockerfile 18.3%
| .github/workflows | ||
| .idea | ||
| src | ||
| .gitignore | ||
| biome.json | ||
| bun.lock | ||
| Dockerfile | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
npm install
npm run dev
npm run deploy
For generating/synchronizing types based on your Worker configuration run:
npm run cf-typegen
Pass the CloudflareBindings as generics when instantiation Hono:
// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>()