JuniorNitroOptions
Defined in: nitro.ts:39
Properties
Section titled “Properties”conversationWorkQueueTopic?
Section titled “conversationWorkQueueTopic?”
optionalconversationWorkQueueTopic?:string
Defined in: nitro.ts:43
Vercel Queue topic for durable conversation work. Must match the runtime queue producer topic.
optionalcwd?:string
Defined in: nitro.ts:40
includeFiles?
Section titled “includeFiles?”
optionalincludeFiles?: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"
maxDuration?
Section titled “maxDuration?”
optionalmaxDuration?:number
Defined in: nitro.ts:41
plugins?
Section titled “plugins?”
optionalplugins?:JuniorNitroPluginSource
Defined in: nitro.ts:45
Plugin catalog set or runtime-safe plugin module. Direct sets must not include runtime hooks.