lethdat 518651a93e chore: update build process and add Docker support
- Modified build script in package.json to include minification.
- Removed unused dev server dependency from vite.config.ts.
- Added .dockerignore to exclude unnecessary files from Docker context.
- Created Dockerfile for multi-stage build with Bun for production deployment.
2026-01-05 23:14:09 +07:00
2025-12-31 17:18:50 +07:00
2025-12-31 01:09:34 +07:00
2026-01-02 22:00:50 +07:00
2025-12-31 17:18:50 +07:00
2026-01-05 19:13:03 +07:00
2025-12-31 01:09:34 +07:00
2026-01-02 22:00:50 +07:00

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 }>()
Description
No description provided
Readme 58 MiB
Languages
TypeScript 72.3%
Vue 27.3%
HTML 0.4%