restored everything after nuking the repo

This commit is contained in:
QkoSad
2025-07-20 22:22:47 +03:00
commit 8ff6e07fba
49 changed files with 7825 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "chat-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm install --prefix backend && npm install --prefix frontend && npm run build --prefix frontend",
"start": "npm run start --prefix backend"
},
"keywords": [],
"author": "",
"license": "ISC"
}