@vendure/ui-devkit
Version:
A library for authoring Vendure Admin UI extensions
7 lines (6 loc) • 395 B
TypeScript
export declare const STATIC_ASSETS_OUTPUT_DIR = "static-assets";
export declare const GLOBAL_STYLES_OUTPUT_DIR = "global-styles";
export declare const EXTENSION_ROUTES_FILE = "src/extension.routes.ts";
export declare const SHARED_EXTENSIONS_FILE = "src/shared-extensions.module.ts";
export declare const MODULES_OUTPUT_DIR = "src/extensions";
export declare const DEFAULT_BASE_HREF = "/admin/";