@kekkai/blueprint / NextPresetOptions
Interface: NextPresetOptions
Defined in: presets/presets.ts:22
Options for the Next.js preset.
Extends
Properties
alias?
optionalalias?:string
Defined in: presets/presets.ts:10
Import alias. Defaults to ~app.
Inherited from
emit?
optionalemit?: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
name?
optionalname?:string
Defined in: presets/presets.ts:8
Project name (Handbook title / agent contract).
Inherited from
router?
optionalrouter?:NextRouter
Defined in: presets/presets.ts:24
Route tree: App Router (app/), Pages Router (pages/), or both (migration).
srcDir?
optionalsrcDir?:boolean
Defined in: presets/presets.ts:26
Layers live under src/ (create-next-app --src-dir); otherwise the project root.
