MCPcopy Index your code
hub / github.com/SoftwareBrothers/adminjs / CoreScripts

Interface CoreScripts

src/core-scripts.interface.ts:24–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 * ```
23 */
24export interface CoreScripts {
25 /**
26 * App Bundle
27 */
28 'app.bundle.js': string;
29 /**
30 * Custom Components
31 */
32 'components.bundle.js': string;
33 /**
34 * Design System Bundle
35 */
36 'design-system.bundle.js': string;
37 /**
38 * Global bundle
39 */
40 'global.bundle.js': string;
41}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…