tauri/.changes/config-refactor.md
chip e02c9419cb
refactor(tauri): support for building without environmental variables (#850)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-02-09 15:22:04 -03:00

9 lines
203 B
Markdown

---
"tauri-utils": minor
"tauri-api": minor
"tauri": minor
---
The Tauri files are now read on the app space instead of the `tauri` create.
Also, the `AppBuilder` `build` function now returns a Result.