Expand description
The Config module allows you to read the configuration from tauri.conf.json
.
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.
- Embedded
Server Config - The embeddedServer configuration object.
- Tauri
Config - The Tauri configuration object.
- Window
Config - The window configuration object.
Enums§
- Port
- The embedded server port.
Functions§
- get
- Gets the static parsed config from
tauri.conf.json
.