mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Don't need them any more. `build-tauri` is about 5 minutes faster without the permissions test, since it had to be a separate project / workspace entirely and rebuilt a bunch of stuff. That's a reason I prefer subcommands. For some reason sccache didn't seem to do much for it. This is also a flaw in Tauri, I couldn't figure out any proper way to keep a Tauri project inside the examples dir of another Tauri project. With two non-Tauri apps it's easier and probably wouldn't add much build time.