Asset Prefix and Port Fixes | Generated by AI
Here’s the full summary of changes across both repos:
live-mobile-web (3 changes)
vite.config.js— Addedbase: process.env.VITE_BASE_URL || '/'so the build output uses the correct asset prefix.env.production— AddedVITE_BASE_URL=/static/so prod builds resolve assets under/static/src/router/index.js— Fixed Vue Router 4 catch-all:'*'→'/:pathMatch(.*)*'
live-server (2 changes)
docker-compose.yml(frontend service) — AddedVITE_BASE_URL=/static/env var so it’s available during the Docker builddocker-compose.yml(app service) — Port remap8081:80→8082:80(8081 was taken by llama-server)
Want me to commit and push both repos? 🦞