offline users and messages

This commit is contained in:
2026-03-25 20:09:36 +01:00
parent fd888c9ed1
commit f13c04e809
10 changed files with 792 additions and 154 deletions

View File

@@ -7,7 +7,8 @@
"dev:server": "npm run dev --prefix server",
"dev:client": "npm run start --prefix client",
"build": "npm run build --prefix server && npm run build --prefix client",
"start": "npm run build && npm run start --prefix server"
"start": "npm run build && npm run start --prefix server",
"restart": "npm run build && sudo systemctl restart privatechat.service"
},
"devDependencies": {
"concurrently": "^9.2.1"