mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-21 22:07:06 +01:00
Update preview.ts
This commit is contained in:
parent
982cee4ea9
commit
f4863524d7
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ import locale from './locale.js';
|
|||
import { commonHandlers, onUnhandledRequest } from './mocks.js';
|
||||
import themes from './themes.js';
|
||||
import '../src/style.scss';
|
||||
import { DI } from '../src/di.js';
|
||||
|
||||
const appInitialized = Symbol();
|
||||
|
||||
|
@ -77,6 +78,7 @@ queueMicrotask(() => {
|
|||
return;
|
||||
}
|
||||
app[appInitialized] = true;
|
||||
app.provide(DI.serverMetadata, {}); // TODO
|
||||
loadTheme(applyTheme);
|
||||
components(app);
|
||||
directives(app);
|
||||
|
|
Loading…
Reference in a new issue