group chat init

This commit is contained in:
Виталий Лавшонок
2025-11-21 22:10:26 +03:00
parent e904297bb9
commit 304c734169
5 changed files with 219 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},