1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

restructure, bugfixes

This commit is contained in:
NoobishSVK
2024-03-20 22:30:57 +01:00
parent 9499d99c7b
commit b4873e47bb
21 changed files with 780 additions and 801 deletions

4
server/storage.js Normal file
View File

@@ -0,0 +1,4 @@
let connectedUsers = [];
let chatHistory = [];
module.exports = { connectedUsers, chatHistory };