6af863199f
- fito-nextjs 기반으로 재구성 - 로그인: MOMO 로고 + 모모유통 + 유통관리 ERP, 하단에 본사/지사 주소 표시 - 사이드바 상단: MOMO 아이콘 + 모모유통 + 유통관리 ERP - 파비콘: /src/app/icon.svg (MOMO 그린 배지) - layout.tsx title: 모모유통 | 유통관리 ERP - DB: 183.99.177.40:5432/distribution (fito 스키마 import 완료) - Traefik: Host(momo.junggomoa.com), 컨테이너 momo-erp
20 lines
231 B
Plaintext
20 lines
231 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
.env*
|
|
!.env.production.example
|
|
!.env.development.example
|
|
.vscode
|
|
.idea
|
|
.DS_Store
|
|
npm-debug.log*
|
|
*.log
|
|
coverage
|
|
.claude
|
|
.dockerignore
|
|
Dockerfile*
|
|
docker-compose*.yml
|
|
tsconfig.tsbuildinfo
|