Expand description
Tauri config definition.
The Tauri configuration used at runtime.
It is pulled from a tauri.conf.json file and the config::Config struct is generated at compile time.
§Stability
This is a core functionality that is not considered part of the stable API. If you use it, note that it may include breaking changes in the future.
Structs§
- Build
Config - The Build configuration object.
- Bundle
Config - The bundler configuration object.
- CliArg
- A CLI argument definition
- CliConfig
- The CLI root command definition.
- Config
- The tauri.conf.json mapper.
- Package
Config - The package configuration.
- Plugin
Config - The plugin configs holds a HashMap mapping a plugin name to its configuration object.
- Security
Config - Security configuration.
- System
Tray Config - Configuration for application system tray icon.
- Tauri
Config - The Tauri configuration object.
- Updater
Config - The Updater configuration object.
- Window
Config - The window configuration object.