Skip to content

@kekkai/blueprint / LayerModuleDef

Interface: LayerModuleDef

Defined in: config/types.ts:54

Per-layer override of the shared module shape (see ModuleDef).

Properties

entry?

optional entry?: string

Defined in: config/types.ts:58

Override the public entry filename for this layer only.


layout?

optional layout?: "flat" | "folder"

Defined in: config/types.ts:56

Override the layout for this layer only.