KC's Workspace
    Preparing search index...

    Interface IndexHtmlTransformContext

    interface IndexHtmlTransformContext {
        bundle?: OutputBundle;
        chunk?: OutputChunk;
        filename: string;
        originalUrl?: string;
        path: string;
        server?: ViteDevServer;
    }
    Index
    bundle?: OutputBundle
    chunk?: OutputChunk
    filename: string

    filename on disk

    originalUrl?: string
    path: string

    public path when served

    server?: ViteDevServer