constants.ts 202 B

123
  1. export const loggerCtx = 'AssetServerPlugin';
  2. export const DEFAULT_CACHE_HEADER = 'public, max-age=15552000';
  3. export const ASSET_SERVER_PLUGIN_INIT_OPTIONS = Symbol('ASSET_SERVER_PLUGIN_INIT_OPTIONS');