feat: Enhance UI components with full labels and abbreviations, and add port mapping to dev docker-compose.

This commit is contained in:
syntaxbullet
2026-02-10 20:07:00 +01:00
parent a9d2c43bfd
commit 5cd52f2785
11 changed files with 332 additions and 252 deletions

View File

@@ -1,9 +1,19 @@
services:
web:
build: .
ports:
- "4321:4321"
volumes:
- .:/app
- /app/node_modules
command: npm run dev -- --host
environment:
- NODE_ENV=development
caddy:
image: hello-world
entrypoint: ["true"]
restart: "no"
ports: []
volumes: []
depends_on: []