Merge remote-tracking branch 'origin/main'

This commit is contained in:
PsiMagistr 2025-05-17 11:57:43 +03:00
commit c9e2567dcd

2
bc.js
View File

@ -4,7 +4,7 @@ const express = require('express');
const http = require('http'); // Используем HTTP, так как SSL будет на Node.js прокси (server.js)
const { Server } = require('socket.io');
const path = require('path');
//
// Импорт серверных модулей
const auth = require('./server_modules/auth');
const GameManager = require('./server_modules/gameManager');