mirror of
https://github.com/seejohnrun/haste-server.git
synced 2025-12-13 18:35:57 +00:00
Update server.ts
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import * as winston from 'winston'
|
import * as winston from 'winston'
|
||||||
import App from './app'
|
import App from './app'
|
||||||
|
|
||||||
const { server, config } = new App()
|
const { server, config } = new App()
|
||||||
|
|
||||||
server.listen(config.port, config.host, () => {
|
server.listen(config.port, config.host, () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user