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