b787cd161adeb6c8e2cdc5da801abb051003f7f7
- Updated video detail modal to use new ad template property naming convention. - Refactored RPC routes to include admin methods for user, video, payment, plan, and ad template management. - Introduced S3 helper functions for manifest creation, saving, fetching, and validation of chunk URLs. - Added new admin methods for managing jobs and agents. - Created a new UserIcon component for better icon management. - Enhanced validation functions to support multiple schemas.
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
Languages
TypeScript
72.3%
Vue
27.3%
HTML
0.4%