feat: 운영 안정성과 세션 음성 경험 개선

This commit is contained in:
Yun Chan 2026-07-31 00:13:08 +09:00
parent facc4ad2d9
commit c788343467
95 changed files with 8431 additions and 1785 deletions

View file

@ -9,8 +9,10 @@ import "./components/shell/shell.css";
import "./components/auth/auth-shell.css";
import App from "./App";
import { installChunkRecovery } from "./lib/chunkRecovery";
import { initTheme } from "./lib/theme";
installChunkRecovery();
initTheme();
const rootEl = document.getElementById("root");