Skip to content

Commit ebb79c0

Browse files
committed
test
1 parent 97f9daf commit ebb79c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ app.use(errorHandler());
1010
/**
1111
* Start Express server.
1212
*/
13+
console.log("hello")
1314
const server = app.listen(app.get("port"), () => {
1415
console.log(
1516
" App is running at http://localhost:%d in %s mode",

0 commit comments

Comments
 (0)