Commit graph

2 commits

Author SHA1 Message Date
f2070aa8ba feat: 개발 모드 → 배포 모드 전환
- 프론트엔드+백엔드 단일 컨테이너로 통합 (Dockerfile)
- Fastify 정적 파일 서빙 + SPA fallback
- @fastify/static 추가
- Caddy 프록시 대상 변경 (traeon-frontend → traeon)
- 체크박스 w-5/w-0 CSS 충돌 수정

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 21:05:46 +09:00
d02bc5f738 feat: 백엔드 초기 세팅 및 DB 테이블 생성
- Fastify 5 앱 구성 (fromis_9 패턴)
- MariaDB 연결 플러그인 및 자동 테이블 초기화
- carriers, parcels, tracking_events 테이블 생성
- 기본 택배사 8개 데이터 삽입
- Docker Compose에 백엔드 서비스 추가

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 15:05:02 +09:00