yarcl
    Preparing search index...

    Interface YarclPluginOptions

    Options for the yarcl Vite plugin.

    interface YarclPluginOptions {
        config?: string;
    }
    Index
    config?: string

    Path to the consumer's config file, relative to the Vite root. If the file does not exist, the library's default config is used.

    'src/yarcl.config.ts'