Skip to content

Instantly share code, notes, and snippets.

View wommy's full-sized avatar

Tommy Williams wommy

View GitHub Profile
@wommy
wommy / ABS_Server.ts
Last active November 30, 2024 20:45
ABS server refactor
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'