feat(single-instance): add setup() function to run flow separately

This commit is contained in:
Lucas Nogueira
2026-02-05 10:19:51 -03:00
parent bbc177150f
commit b65a193e6d
5 changed files with 160 additions and 161 deletions
@@ -0,0 +1,5 @@
---
"single-instance": patch
---
Add `setup` function to run the single instance initialization manually, without waiting for the tauri setup hook to run.