chpark-sync #425

Merged
kjs merged 293 commits from chpark-sync into main 2026-03-23 09:36:36 +09:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cede62bd9c - Show all commits

View File

@ -432,6 +432,6 @@ async function initializeServices() {
} catch (error) { } catch (error) {
logger.warn("⚠️ AI 어시스턴트 기동 스킵:", error); logger.warn("⚠️ AI 어시스턴트 기동 스킵:", error);
} }
}); }
export default app; export default app;