Genkit JS API reference
    Preparing search index...

    Interface ReflectionServerOptions

    interface ReflectionServerOptions {
        bodyLimit?: string;
        configuredEnvs?: string[];
        name?: string;
        port?: number;
    }
    Index

    Properties

    bodyLimit?: string

    Body size limit for the server. Defaults to 30mb.

    configuredEnvs?: string[]

    Configured environments. Defaults to dev.

    name?: string

    Display name that will be shown in developer tooling.

    port?: number

    Port to run the server on. Actual port may be different if chosen port is occupied. Defaults to 3100.