mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:37:09 +00:00
* Update config.schema.json * Add RunnerConfig for customizable build runner Replaces runner String with RunnerConfig in CLI and config, allowing advanced runner configuration via string or object with cmd, cwd, and args. Updates schema and usage to support new format, and adds tests for serialization, deserialization, and API. Enables more flexible build and run command customization. * Create runner-object-config.md * Remove unused RunnerConfig import in tests Cleaned up the test module in config.rs by removing the unused RunnerConfig import from two test functions. * Fix tests failing Updates related tests in tauri-utils to improve readability and maintain consistency. Minor import reordering in tauri-cli for clarity. * Move RunnerConfig enum and impls above BuildConfig Relocated the RunnerConfig enum and its associated implementations to appear before the BuildConfig definition. This improves code organization and logical grouping of configuration-related types. |
||
|---|---|---|
| .. | ||
| tauri | ||
| tauri-build | ||
| tauri-bundler | ||
| tauri-cli | ||
| tauri-codegen | ||
| tauri-driver | ||
| tauri-macos-sign | ||
| tauri-macros | ||
| tauri-plugin | ||
| tauri-runtime | ||
| tauri-runtime-wry | ||
| tauri-schema-generator | ||
| tauri-schema-worker | ||
| tauri-utils | ||
| tests | ||