Skip to content

JuniorNitroOptions

Defined in: nitro.ts:39

optional conversationWorkQueueTopic?: string

Defined in: nitro.ts:43

Vercel Queue topic for durable conversation work. Must match the runtime queue producer topic.


optional cwd?: string

Defined in: nitro.ts:40


optional includeFiles?: string[]

Defined in: nitro.ts:52

Extra file patterns to copy into the server output for files that the bundler cannot trace (e.g. dynamically imported providers). Each entry is "<package-name>/<subpath-glob>", resolved via Node module resolution. Example: "@earendil-works/pi-ai/dist/providers/*.js"


optional maxDuration?: number

Defined in: nitro.ts:41


optional plugins?: JuniorNitroPluginSource

Defined in: nitro.ts:45

Plugin catalog set or runtime-safe plugin module. Direct sets must not include runtime hooks.