Options
Defined in: plugins/vite.ts:48
Options for the Vite plugin.
Extends
Section titled “Extends”Omit<GenerateOptions,"output">
Properties
Section titled “Properties”didFile
Section titled “didFile”didFile:
string
Defined in: core/generate/index.ts:51
The path to the .did file.
Inherited from
Section titled “Inherited from”Omit.didFile
disableWatch?
Section titled “disableWatch?”
optionaldisableWatch:boolean
Defined in: plugins/vite.ts:58
Disables watching for changes in the .did file when using the dev server.
Default
Section titled “Default”falseoutDir
Section titled “outDir”outDir:
string
Defined in: core/generate/index.ts:55
The path to the directory where the bindings will be generated.
Inherited from
Section titled “Inherited from”Omit.outDir
output?
Section titled “output?”
optionaloutput:Omit<GenerateOutputOptions,"force">
Defined in: plugins/vite.ts:52
Options for controlling the generated output files.