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
+1
View File
@@ -3,6 +3,7 @@ import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
projects: [
'apps/server',
'packages/stage-ui',
'packages/vite-plugin-warpdrive',
'packages/audio-pipelines-transcribe',