Skip to content

Options

Defined in: plugins/vite.ts:48

Options for the Vite plugin.

didFile: string

Defined in: core/generate/index.ts:51

The path to the .did file.

Omit.didFile


optional disableWatch: boolean

Defined in: plugins/vite.ts:58

Disables watching for changes in the .did file when using the dev server.

false

outDir: string

Defined in: core/generate/index.ts:55

The path to the directory where the bindings will be generated.

Omit.outDir


optional output: Omit<GenerateOutputOptions, "force">

Defined in: plugins/vite.ts:52

Options for controlling the generated output files.