PHP 8.2.30
Preview: core-scripts.interface.ts Size: 915 B
/home/byroehnu/.trash/node_modules11/adminjs/src/core-scripts.interface.ts

/**
 * @memberof Assets
 * @alias CoreScripts
 *
 * Optional mapping of core AdminJS browser scripts:
 * - app.bundle.js
 * - components.bundle.js
 * - design-system.bundle.js
 * - global.bundle.js
 *
 * You may want to use it if you'd like to version assets for caching. This
 * will only work if you have also configured `assetsCDN` in AdminJS options.
 *
 * Example:
 * ```
 * {
 *   'app.bundle.js': 'app.bundle.123456.js',
 *   'components.bundle.js': 'components.bundle.123456.js',
 *   'design-system.bundle.js': 'design-system.bundle.123456.js',
 *   'global.bundle.js': 'global.bundle.123456.js',
 * }
 * ```
 */
export interface CoreScripts {
  /**
   * App Bundle
   */
  'app.bundle.js': string;
  /**
   * Custom Components
   */
  'components.bundle.js': string;
  /**
   * Design System Bundle
   */
  'design-system.bundle.js': string;
  /**
   * Global bundle
   */
  'global.bundle.js': string;
}

Directory Contents

Dirs: 4 × Files: 8

Name Size Perms Modified Actions
backend DIR
- drwxr-xr-x 2026-02-28 00:32:28
Edit Download
frontend DIR
- drwxr-xr-x 2026-02-28 00:32:48
Edit Download
locale DIR
- drwxr-xr-x 2026-02-28 00:32:28
Edit Download
utils DIR
- drwxr-xr-x 2026-02-28 00:32:46
Edit Download
11.92 KB lrw-r--r-- 2026-02-28 00:31:58
Edit Download
4.39 KB lrw-r--r-- 2026-02-28 00:31:58
Edit Download
10.14 KB lrw-r--r-- 2026-02-28 00:32:00
Edit Download
592 B lrw-r--r-- 2026-02-28 00:31:52
Edit Download
227 B lrw-r--r-- 2026-02-28 00:32:02
Edit Download
915 B lrw-r--r-- 2026-02-28 00:32:04
Edit Download
789 B lrw-r--r-- 2026-02-28 00:32:04
Edit Download
321 B lrw-r--r-- 2026-02-28 00:32:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).