mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:41:09 +02:00
refactor: move llm-playground from services/ to apps/playground/
The LLM playground is a SvelteKit web app (frontend), not a backend microservice. Moving it to apps/ follows the monorepo convention where all user-facing apps live under apps/. - Moved services/llm-playground/ → apps/playground/apps/web/ - Renamed package from @mana-llm/playground to @playground/web - Updated Dockerfile paths for new location - Updated docker-compose.macmini.yml build context - Removed unused concurrently dependency - Added parent package.json Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
40718a7554
commit
71b9339310
41 changed files with 527 additions and 530 deletions
|
|
@ -1767,7 +1767,7 @@ services:
|
|||
llm-playground:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: services/llm-playground/Dockerfile
|
||||
dockerfile: apps/playground/apps/web/Dockerfile
|
||||
container_name: mana-app-llm-playground
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue