검증게시판 단계 추가

This commit is contained in:
Macbook
2026-05-28 16:24:14 +09:00
parent f64dc1e983
commit 7e3644cb62
375 changed files with 4539 additions and 251294 deletions
+6
View File
@@ -98,6 +98,12 @@ export function invalidateAppSettingsCache() {
_loadPromise = null;
}
/** 서버에서 app-settings 재로드 후 캐시 갱신 (모바일 ↻ 동기화 등) */
export function reloadAppSettingsCache(): Promise<AppSettingsDto> {
invalidateAppSettingsCache();
return ensureLoaded();
}
// ─────────────────────────────────────────────────────────────────────────────
/** DB 또는 fallback 기본값 접근 헬퍼 */