MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / configureApp

Function configureApp

openlibrary/components/rollupInputCore.js:10–14  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

8
9 const WebComponent = defineCustomElement(rootComponent, {
10 configureApp(app) {
11 if (elementName === 'ol-merge-ui') {
12 app.use(AsyncComputed);
13 }
14 },
15 });
16
17 if (!customElements.get(elementName)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected