1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 03:21:21 +00:00

Update server.ts

This commit is contained in:
Yusuf Yilmaz 2022-05-27 16:32:33 +02:00
parent 57488eda62
commit 66d547ddb9

View file

@ -1,6 +1,6 @@
import * as winston from 'winston'
import App from './app'
const { server, config } = new App()
server.listen(config.port, config.host, () => {