Spaces:
Sleeping
Sleeping
Update app.js
Browse files
app.js
CHANGED
|
@@ -132,5 +132,6 @@ wss.on('connection', ws => {
|
|
| 132 |
});
|
| 133 |
});
|
| 134 |
|
| 135 |
-
const PORT = process.env.PORT ||
|
|
|
|
| 136 |
server.listen(PORT, () => console.log(`✅ Activity server running at http://localhost:${PORT}`));
|
|
|
|
| 132 |
});
|
| 133 |
});
|
| 134 |
|
| 135 |
+
const PORT = process.env.PORT || 8000
|
| 136 |
+
//7860;
|
| 137 |
server.listen(PORT, () => console.log(`✅ Activity server running at http://localhost:${PORT}`));
|