Skip to content

@kekkai/blueprint / NextPresetOptions

Interface: NextPresetOptions

Defined in: presets/presets.ts:22

Options for the Next.js preset.

Extends

Properties

alias?

optional alias?: string

Defined in: presets/presets.ts:10

Import alias. Defaults to ~app.

Inherited from

PresetOptions.alias


emit?

optional emit?: EmitDef

Defined in: presets/presets.ts:15

Emit overrides — e.g. emit: { agents: ['claude'] }, the first customization nearly every adoption makes. Passed straight through.

Inherited from

PresetOptions.emit


name?

optional name?: string

Defined in: presets/presets.ts:8

Project name (Handbook title / agent contract).

Inherited from

PresetOptions.name


router?

optional router?: NextRouter

Defined in: presets/presets.ts:24

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


srcDir?

optional srcDir?: boolean

Defined in: presets/presets.ts:26

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