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