tauri/.changes/fix-config-arg.md
Lucas Fernandes Nogueira fb0d997117
fix(cli): regression on --config not accepting file paths (#8783)
* fix(cli): regression on --config not accepting file paths

* enhance dev server config parsing

* use serde_json::json!

* pass config to setup
2024-02-07 17:08:05 +02:00

133 B

tauri-cli @tauri-apps/cli
patch:bug patch:bug

Fixes a regression on the --config argument not accepting file paths.