KC's Workspace
    Preparing search index...
    interface ConfigEnv {
        command: "build" | "serve";
        isPreview?: boolean;
        isSsrBuild?: boolean;
        mode: string;
    }
    Index

    Properties

    command: "build" | "serve"

    'serve': during dev (vite command) 'build': when building for production (vite build command)

    isPreview?: boolean
    isSsrBuild?: boolean
    mode: string