Expand description
The Config module allows you to read the configuration from tauri.conf.json
.
Structs§
- The Build configuration object.
- The bundler configuration object.
- A CLI argument definition
- The CLI root command definition.
- The tauri.conf.json mapper.
- The embeddedServer configuration object.
- The Tauri configuration object.
- The window configuration object.
Enums§
- The embedded server port.
Functions§
- Gets the static parsed config from
tauri.conf.json
.