feat: 운영 안정성과 세션 음성 경험 개선
This commit is contained in:
parent
facc4ad2d9
commit
c788343467
95 changed files with 8431 additions and 1785 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue