mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 09:41:34 +03:00
fb0d997117
* fix(cli): regression on --config not accepting file paths * enhance dev server config parsing * use serde_json::json! * pass config to setup
7 lines
133 B
Markdown
7 lines
133 B
Markdown
---
|
|
"tauri-cli": patch:bug
|
|
"@tauri-apps/cli": patch:bug
|
|
---
|
|
|
|
Fixes a regression on the `--config` argument not accepting file paths.
|