@shopify/cli-kit
    Preparing search index...

    Interface BrotliOptions

    interface BrotliOptions {
        inputDirectory: string;
        level?: number;
        matchFilePattern?: string | string[];
        outputPath: string;
    }
    Index

    Properties

    inputDirectory: string

    The directory to compress.

    level?: number

    Brotli compression level (0-11, default: 11).

    matchFilePattern?: string | string[]

    An optional glob pattern to match files.

    outputPath: string

    The path where the compressed file will be saved.