parent
6c60a56d01
commit
6d47931985
|
@ -81,7 +81,9 @@ queueMicrotask(() => {
|
||||||
}
|
}
|
||||||
app[appInitialized] = true;
|
app[appInitialized] = true;
|
||||||
app.provide(DI.serverMetadata, {}); // TODO
|
app.provide(DI.serverMetadata, {}); // TODO
|
||||||
app.provide(DI.mediaProxy, new MediaProxy({}, url));
|
app.provide(DI.mediaProxy, new MediaProxy({
|
||||||
|
mediaProxy: 'https://example.com',
|
||||||
|
}, url));
|
||||||
loadTheme(applyTheme);
|
loadTheme(applyTheme);
|
||||||
components(app);
|
components(app);
|
||||||
directives(app);
|
directives(app);
|
||||||
|
|
Loading…
Reference in New Issue