mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 12:07:34 +00:00
test
This commit is contained in:
@@ -10,6 +10,7 @@ app.use(errorHandler());
|
||||
/**
|
||||
* Start Express server.
|
||||
*/
|
||||
console.log("hello")
|
||||
const server = app.listen(app.get("port"), () => {
|
||||
console.log(
|
||||
" App is running at http://localhost:%d in %s mode",
|
||||
|
||||
Reference in New Issue
Block a user