mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* fix(cli): Ignore query parameter in dev server fixes #8148 additional ref: https://discord.com/channels/616186924390023171/1201199918379974766 * Update .changes/cli-devserver-queryparam.md --------- Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
7 lines
163 B
Markdown
7 lines
163 B
Markdown
---
|
|
"tauri-cli": patch:bug
|
|
"@tauri-apps/cli": patch:bug
|
|
---
|
|
|
|
Fix the built-in dev server failing to serve files when URL had queries `?` and other url components.
|