monorepo/apps/api/src/main.ts

5 lines
146 B
TypeScript
Raw Normal View History

2024-06-25 21:59:50 +08:00
import { createApp, startApp } from './modules/core/helpers/app';
import { createOptions } from './options';
startApp(createApp(createOptions));