index.ts 149 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import 'reflect-metadata'; import * as express from 'express'; import configureApp from './configureApp'; const app = express(); configureApp(app);