Mocky Balboa API Reference
    Preparing search index...

    Configurable options for creating a Next.js server

    interface NextOptions {
        dev?: boolean;
        hostname?: string;
        port?: number;
        quiet?: boolean;
    }
    Index

    Properties

    dev?: boolean

    Whether to use development mode NextServerOptions.dev

    hostname?: string

    Host to bind Next.js server to NextServerOptions.hostname

    port?: number

    Port to bind Next.js server to NextServerOptions.port

    quiet?: boolean

    Hide error messages containing server information NextServerOptions.quiet