feat(chat): add connecting status during organization bootstrap

This commit is contained in:
-Puter
2026-07-23 16:54:15 +05:30
parent 5d5139dc95
commit 5b0bf35175
16 changed files with 581 additions and 137 deletions

View File

@@ -1,7 +1,7 @@
{
"include": ["**/*", "**/.server/**/*", "**/.client/**/*", ".react-router/types/**/*"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"lib": ["DOM", "DOM.Iterable", "ES2024"],
"types": ["node", "vite/client"],
"target": "ES2022",
"module": "ES2022",