chore: add Hono dependency, server scripts, and dev proxy

This commit is contained in:
2026-06-15 20:03:04 -06:00
parent afba975cec
commit 956badf3f1
5 changed files with 546 additions and 0 deletions

View File

@@ -7,11 +7,15 @@
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"server": "bun run server/index.ts",
"server:dev": "bun --watch run server/index.ts",
"test": "vitest run",
"test:server": "bun test server",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"hono": "^4.12.25",
"jszip": "^3.10.1",
"markdown-it": "^14.2.0",
"vue": "^3.5.34"