Primary and Secondary

This commit is contained in:
Oxy8
2026-02-10 17:38:54 -03:00
parent 022da71e6a
commit f3db6af958
9 changed files with 20636 additions and 200264 deletions

View File

@@ -3,7 +3,7 @@ services:
build: .
ports:
- "5173:5173"
command: sh -c "npx tsx scripts/compute_layout.ts && npm run dev -- --host"
command: sh -c "npm run layout && npm run dev -- --host"
volumes:
- .:/app
- /app/node_modules # Prevents local node_modules from overwriting the container's