Unify protocol types and modes

This commit is contained in:
weishu
2026-01-03 14:43:59 +08:00
parent bfca058967
commit e2028b6914
20 changed files with 360 additions and 393 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "hapi",
"private": true,
"workspaces": ["cli", "server", "web", "website", "docs"],
"workspaces": ["cli", "shared", "server", "web", "website", "docs"],
"scripts": {
"build:site": "bun run --cwd website build && bun run --cwd docs docs:build && cp -r docs/.vitepress/dist website/dist/public/docs",
"dev": "concurrently \"bun run dev:server\" \"bun run dev:web\" --kill-others-on-exit",