config-rocket
    Preparing search index...

    Interface bundleConfigPackOptions

    interface bundleConfigPackOptions {
        frameDir?: string;
        fuelDir?: string;
        outDir: string;
        outName?: string;
        rocketConfig?: string;
    }
    Index

    Properties

    frameDir?: string

    Path to the rocket frame directory.

    fuelDir?: string

    Path to the rocket fuel directory.

    outDir: string

    Output directory.

    outName?: string

    Output file name (excluding extension).

    rocket-bundle

    rocketConfig?: string

    Path to the rocket config file.

    rocket.config.ts in parent of frameDir.