We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253cc20 commit f75aa92Copy full SHA for f75aa92
shatter-backend/src/server.ts
@@ -16,7 +16,7 @@ async function start() {
16
17
// start listening for incoming HTTP requests on chosen port
18
app.listen(PORT, () => {
19
- console.log('Server running on http://localhost:${PORT}');
+ console.log(`Server running on http://localhost:${PORT}`);
20
});
21
} catch (err) {
22
console.error('Failed to start server:', err);
0 commit comments