oneuptime/Integration/Index.ts
Simon Larsen 354def3883
fix lint.
2022-05-31 14:57:15 +01:00

9 lines
232 B
TypeScript

import { ExpressApplication } from 'CommonServer/Utils/Express';
import App from 'CommonServer/Utils/StartServer';
export const APP_NAME: string = 'integration';
const app: ExpressApplication = App(APP_NAME);
export default app;