Module config

Source
Expand description

The Config module allows you to read the configuration from tauri.conf.json.

Structs§

BuildConfig
The Build configuration object.
BundleConfig
The bundler configuration object.
CliArg
A CLI argument definition
CliConfig
The CLI root command definition.
Config
The tauri.conf.json mapper.
EmbeddedServerConfig
The embeddedServer configuration object.
TauriConfig
The Tauri configuration object.
WindowConfig
The window configuration object.

Enums§

Port
The embedded server port.

Functions§

get
Gets the static parsed config from tauri.conf.json.