AutoBE
    Preparing search index...

    Selects which generated build steps should be rerun.

    interface IRebuildOptions {
        prisma?: boolean;
        test?: boolean;
    }
    Index

    Properties

    Properties

    prisma?: boolean
    test?: boolean