monorepo/apps/api/src/main.ts

5 lines
146 B
TypeScript

import { createApp, startApp } from './modules/core/helpers/app';
import { createOptions } from './options';
startApp(createApp(createOptions));