playreel/frontend/lib/features.ts
2026-09-08 15:00:42 +09:00

13 lines
425 B
TypeScript

/**
* 화면 켜고 끄기.
* 백엔드에 대응하는 API가 없는 화면을 여기서 끈다 — 페이지 코드는 그대로 두고
* 네비게이션에서 감추고 본문 대신 안내를 띄운다.
*
* styling /studio — /api/f2 없음
* archive /archive · /playreel/archive — /api/archive 없음
*/
export const FEATURES = {
styling: false,
archive: false,
} as const;