Skip to content

@kekkai/blueprint / NextPresetOptions

Interface: NextPresetOptions

Defined in: presets/presets.ts:16

Options for the Next.js preset.

Extends

Properties

alias?

optional alias?: string

Defined in: presets/presets.ts:9

Import alias. Defaults to ~app.

Inherited from

PresetOptions.alias


name?

optional name?: string

Defined in: presets/presets.ts:7

Project name (Handbook title / agent contract).

Inherited from

PresetOptions.name


router?

optional router?: NextRouter

Defined in: presets/presets.ts:18

Route tree: App Router (app/), Pages Router (pages/), or both (migration).


srcDir?

optional srcDir?: boolean

Defined in: presets/presets.ts:20

Layers live under src/ (create-next-app --src-dir); otherwise the project root.