Mr.Dat fa88fe26b3 feat: refactor billing plans section and remove unused components
- Updated BillingPlansSection.vue to clean up unused code and improve readability.
- Removed CardPopover.vue and VideoGrid.vue components as they were no longer needed.
- Enhanced VideoTable.vue by integrating BaseTable for better table management and added loading states.
- Introduced secure JSON transformer for enhanced data security in RPC routes.
- Added key resolver for managing server key pairs.
- Created a script to generate NaCl keys for secure communications.
- Implemented admin page header management for better UI consistency.
2026-03-17 18:54:14 +07:00
2026-03-16 08:31:02 +00:00
2026-03-11 02:43:33 +00:00
2025-12-31 01:09:34 +07:00
2026-03-06 02:11:46 +00:00
2026-01-02 22:00:50 +07:00
2025-12-31 17:18:50 +07:00
2026-03-06 18:46:21 +00:00
2026-03-11 02:43:33 +00:00
2025-12-31 01:09:34 +07:00
2026-03-11 02:43:33 +00:00
2026-03-12 09:33:28 +00:00
2026-03-11 02:43:33 +00:00
2026-03-11 02:43:33 +00: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%