2 Commits

Author SHA1 Message Date
kkfluous
f265db46ca fix(deploy): serve under /xll-bi/ prefix and bump host port to 8214
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reverse proxy at demo-ctx.lnh2e.com forwards /xll-bi/* unchanged to the
container, so the container's nginx must match that location and Vite
must build asset URLs under the same prefix — otherwise the SPA shell
returns 404 and the JS/CSS resolve to /assets/* with no handler.

- nginx.conf: rename location /bi/ → /xll-bi/ (and assets sub-location)
- vite.config.ts: set base: '/xll-bi/' so built index.html references
  /xll-bi/assets/*
- docker-compose.yml: 8114 → 8214 to match the upstream the proxy targets

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 18:35:08 +08:00
pazz09adk-glitch
da191b0dbf feat: Initialize AI Studio project structure
Sets up the basic project files and dependencies for an AI Studio application. Includes README, `.env.example`, `.gitignore`, basic HTML structure, metadata, `package.json`, Vite configuration, and initial React component setup. This commit provides the foundation for running and deploying the AI Studio app locally.
2026-04-29 18:05:24 +08:00