mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 12:07:34 +00:00
test merge
This commit is contained in:
@@ -10,7 +10,6 @@ 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",
|
||||
|
||||
@@ -7,8 +7,6 @@ html(lang='')
|
||||
title #{title} - Hackathon Starter
|
||||
meta(name='description', content='')
|
||||
meta(name='theme-color' content='#4DA5F4')
|
||||
meta(name='csrf-token', content=_csrf)
|
||||
link(rel='shortcut icon', href='/images/favicon.png')
|
||||
link(rel='stylesheet', href='/css/main.css')
|
||||
|
||||
body
|
||||
|
||||
Reference in New Issue
Block a user