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:25:05 +02:00
parent 3f82d0b5f1
commit 57488eda62

View file

@ -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()