mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 11:31:22 +00:00
Update server.ts
This commit is contained in:
parent
3f82d0b5f1
commit
57488eda62
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import winston = require('winston')
|
import * as winston from 'winston'
|
||||||
import App from './app'
|
import App from './app'
|
||||||
|
|
||||||
const { server, config } = new App()
|
const { server, config } = new App()
|
||||||
|
|
Loading…
Reference in a new issue