mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
1e0793b682
* feat(core): fallback to file system for AssetResolver::get, closes #8411 Ports #10356 to v2 * fix test --------- Co-authored-by: Chip Reed <chip@chip.sh>
7 lines
178 B
Markdown
7 lines
178 B
Markdown
---
|
|
"tauri": patch:enhance
|
|
"tauri-codegen": patch:enhance
|
|
---
|
|
|
|
Enhance `AssetResolver::get` in development mode by reading distDir directly as a fallback to the embedded assets.
|