Hierarchy (view full)

Constructors

Properties

baseDir: string

Path where Vite output is generated. Usually ${projectDir}/.vite

config: VitePluginConfig
configGeneratorCache: default
isProd: boolean = false
name: string = 'vite'
projectDir: string

Path to the root of the Electron app

servers: ViteDevServer[] = []
timeFormatter: DateTimeFormat = ...
watchers: RollupWatcher[] = []
alreadyStarted: boolean = false

Accessors

Methods

  • Parameters

    Returns Promise<undefined | Listr<NewCtx, any, any>>

  • Parameters

    • options: {
          cleanup?: boolean;
          exit?: boolean;
      }
      • Optional cleanup?: boolean
      • Optional exit?: boolean
    • Optional err: Error

    Returns void

  • Parameters

    Returns Promise<undefined | Listr<NewCtx, any, any>>