feat(server): hono server with character schema, valibot, routes (#848)

Co-authored-by: Neko Ayaka <neko@ayaka.moe>
This commit is contained in:
RainbowBird
2026-01-05 16:25:20 +08:00
committed by RainbowBird
co-authored by Neko Ayaka
parent d064a959cf
commit 3dbf3fafd9
27 changed files with 2381 additions and 66 deletions
+7 -6
View File
@@ -1,3 +1,7 @@
catalogMode: prefer
shellEmulator: true
packages:
- packages/**
- plugins/**
@@ -34,8 +38,9 @@ catalog:
'@xsai/tool': ^0.4.0-beta.13
'@xsai/utils-chat': 0.4.0-beta.13
builder-util-runtime: ^9.3.1
drizzle-valibot: ^0.4.2
embla-carousel-vue: ^8.6.0
es-toolkit: 1.43.0
es-toolkit: ^1.43.0
injeca: ^0.1.5
is-network-error: ^1.3.0
nano-staged: ^0.9.0
@@ -45,14 +50,12 @@ catalog:
splitpanes: ^4.0.4
tsx: ^4.21.0
uncrypto: ^0.1.3
unplugin-info: 1.2.4
vite-plugin-mkcert: ^1.17.9
unplugin-info: ^1.2.4
valibot: ^1.2.0
xsschema: ^0.4.0-beta.12
zod: ^4.2.1
catalogMode: prefer
catalogs:
rolldown-vite:
vite: npm:rolldown-vite@^7.3.0
@@ -98,5 +101,3 @@ overrides:
patchedDependencies:
srvx@0.9.8: patches/srvx@0.9.8.patch
shellEmulator: true