fix: build errors and merging projects and homepage

This commit is contained in:
2026-08-30 21:38:59 +00:00
parent 97ff9852cd
commit c9a7294d13
71 changed files with 10942 additions and 5413 deletions

View File

@@ -6,7 +6,7 @@ services:
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=postgres
ports:
- "5432:5432"
- '5432:5432'
volumes:
- db-data:/var/lib/postgresql
@@ -17,7 +17,7 @@ services:
working_dir: /app
command: sh -c "bun install & bun run dev --host"
ports:
- "3000:5173"
- '3000:5173'
env_file: .env
develop:
watch: