ваше сообщение коммита

This commit is contained in:
2025-09-30 00:23:37 +03:00
parent ca718e3178
commit 4b03951b31
77 changed files with 17161 additions and 7255 deletions

View File

@@ -87,7 +87,7 @@ async function startServer() {
console.log(`✅ Server is running on port ${PORT}`);
}
server.listen(PORT, async () => {
server.listen(PORT, '0.0.0.0', async () => {
try {
await startServer();
} catch (error) {