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