Files
moeka-project/apps/ui-admin
RainbowBird 007fae6810 chore: update package dependencies and remove specific catalog references
- Removed specific catalog references for '@unocss/core', 'es-toolkit', 'nanoid', and 'valibot' in pnpm-workspace.yaml and various service package.json files.
- Updated versions for '@vueuse/core', 'es-toolkit', 'nanoid', 'reka-ui', and 'valibot' to their latest compatible versions.
- Cleaned up unused catalog entries in pnpm-workspace.yaml.
2026-06-07 19:45:28 +08:00
..
2026-06-06 02:22:54 +08:00

AIRI Admin Dashboard

Admin dashboard for operating the hosted AIRI server. It is a Vue/Vite app built into apps/server/public/ui-admin and served by the server at /admin.

Use When

  • Reviewing server metrics, users, flux balances, LLM router config, and curated Voice Packs.
  • Building operator-only workflows that depend on the server admin API under /api/admin.

Do Not Use When

  • Building end-user settings or character-card flows. Those belong in the stage apps and shared stage packages.
  • Adding unauthenticated server UI. This app expects the server admin guard and Better Auth session cookies.

Commands

pnpm -F @proj-airi/ui-admin dev
pnpm -F @proj-airi/ui-admin typecheck
pnpm -F @proj-airi/ui-admin build

Build Output

pnpm -F @proj-airi/ui-admin build writes to apps/server/public/ui-admin. Build this app before running a server image or local server flow that needs /admin to serve real HTML instead of reporting a missing admin UI artifact.