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

    Interface ThemeFileSystemOptions

    interface ThemeFileSystemOptions {
        filters?: { ignore?: string[]; only?: string[] };
        listing?: string;
        noDelete?: boolean;
        notify?: string;
    }
    Index

    Properties

    filters?: { ignore?: string[]; only?: string[] }
    listing?: string
    noDelete?: boolean
    notify?: string