Skip to content

Commit e466b5e

Browse files
committed
refactor: Update startup message for example app to include URL
Allows clicking the URL to launch example app, this also allows some IDEs such as WebStorm to launch integrated debugger far more easily
1 parent cfc64df commit e466b5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ app.use('/external', express.static('external'))
77
app.use('/editor', express.static('editor'))
88
app.use('/', express.static('editor'))
99

10-
app.listen(8000, () => console.log('Example app listening on port 8000!'))
10+
app.listen(8000, () => console.log('Example app listening on http://127.0.0.1:8000!'))

0 commit comments

Comments
 (0)