Module tauri_utils::config[][src]

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

The Build configuration object.

The bundler configuration object.

A CLI argument definition

The CLI root command definition.

The tauri.conf.json mapper.

The package configuration.

The plugin configs holds a HashMap mapping a plugin name to its configuration object.

Security configuration.

Configuration for application system tray icon.

The Tauri configuration object.

The Updater configuration object.

The window configuration object.

Enums

The dev_path and dist_dir options.

The window webview URL options.