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