mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* Conf parsing error displays `tauri.conf.json` when using toml or json5 Conf parsing error always displays `tauri.conf.json` as path, even when using `Tauri.toml` or `tauri.conf.json5` Example Error Message when using Tauri.toml: Error unable to parse toml Tauri config file at /Users/bla/repo/bla/bla/src-tauri/tauri.conf.json because invalid TOML value, did you mean to use a quoted string? at line 41 column 7 * merge changefile pr into main pr * Update and rename fix-conf-parsing-error-filepath to fix-conf-parsing-error-filepath.md --------- Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>