This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as Path from 'path' | |
import * as Sequelize from 'sequelize' | |
import * as express from 'express' | |
import * as http from 'http' | |
import * as util from 'util' | |
import * as fs from './libs/fsExtra' | |
import * as fileUpload from './libs/expressFileupload' | |
import * as cookieParser from 'cookie-parser' | |
import { version } from '../package.json' | |
import * as dotenv from 'dotenv' |