- 5가지 역할(CEO, ProductionManager, Worker, SystemAdmin, Sales) 지원 - 역할별 메뉴 구성 및 동적 전환 기능 - 사이드바 컴포넌트 분리 (Sidebar.tsx) - sam_prototype 디자인 완전 통합 (네이티브 select 사용) - 비즈니스 컴포넌트 라우팅 연결 (lazy loading) - PlaceholderPage 추가 (미구현 페이지용) - BOMManagement Figma 에셋 제거 및 플레이스홀더 적용
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
export default {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
autoprefixer: {},
|
|
},
|
|
} |