vite-plugin-electron-run
    Preparing search index...

    Interface BundleOutputLocation

    Rollup output descriptor used to locate the bundled entry file. Relative paths are resolved from the runner's configured cwd.

    interface BundleOutputLocation {
        dir?: string;
        file?: string;
    }
    Index
    dir?: string

    Directory containing the bundle output. Mutually exclusive with file.

    file?: string

    Path to a single bundle output file. Mutually exclusive with dir.