How do you bundle config files when building with Tauri + Svelte?
I want to make the config.json
file of my Tauri app available for users so that they can modify its properties on the fly like you would with a .net app. For example, users might want to change the exported file save location.