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