Big update

This commit is contained in:
Alois 2026-08-27 15:02:32 +02:00
commit 2e6afc460b
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
474 changed files with 934 additions and 86159 deletions

View file

@ -10,7 +10,7 @@
"build:backend": "go -C backend build -tags frontend -o cli-proxy-api ./cmd/server",
"build:frontend": "pnpm --dir frontend exec tsc && pnpm --dir frontend exec vite build --outDir ../backend/internal/managementasset/dist --emptyOutDir",
"test": "pnpm test:frontend && pnpm test:backend",
"test:backend": "go -C backend test ./...",
"test:backend": "go -C backend test ./sdk/api/handlers/openai ./sdk/auth ./sdk/cliproxy/auth",
"test:frontend": "pnpm --dir frontend test",
"lint": "pnpm --dir frontend lint",
"type-check": "pnpm --dir frontend type-check",