diff --git a/backend-node/src/app.ts b/backend-node/src/app.ts index 86e6f40f..1c5689d2 100644 --- a/backend-node/src/app.ts +++ b/backend-node/src/app.ts @@ -432,6 +432,6 @@ async function initializeServices() { } catch (error) { logger.warn("⚠️ AI 어시스턴트 기동 스킵:", error); } -}); +} export default app;