5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
|
import { createApp, startApp } from './modules/core/helpers/app';
|
||
|
import { createOptions } from './options';
|
||
|
|
||
|
startApp(createApp(createOptions));
|