전 저장소 리팩터링과 SSOT 정비

This commit is contained in:
Yun Chan 2026-07-15 21:31:30 +09:00
parent 14ecbd4e7d
commit 3dfddcac6f
173 changed files with 19679 additions and 6952 deletions

View file

@ -29,6 +29,7 @@ const NAV_BY_ROLE: Record<Role, NavItem[]> = {
],
admin: [
{ to: "/admin", label: "운영 홈", icon: "shield", end: true },
{ to: "/admin/ai", label: "AI 운영", icon: "session" },
{ to: "/admin/users", label: "사용자", icon: "users" },
{ to: "/admin/access", label: "권한", icon: "settings" },
{ to: "/admin/tickets", label: "티켓", icon: "review" },