Skip to content

Commit

Permalink
feat: implement single instance
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbrayo committed Dec 2, 2024
1 parent d278427 commit 0029ae5
Show file tree
Hide file tree
Showing 5 changed files with 450 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ Secondary goal is to add extras supported by Tauri (updater, autostart).
- Or replace with new UI for module management? (a bit redundant)
- [x] Build aw-webui as part of build process
- [ ] Error dialog when module crashes, restart logic
- https://beta.tauri.app/features/dialog/
- [ ] https://beta.tauri.app/features/autostart/
- [ ] https://beta.tauri.app/features/single-instance/
- https://tauri.app/plugin/dialog/
- [x] https://tauri.app/plugin/autostart/
- [x] https://tauri.app/plugin/single-instance/

---

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@tauri-apps/cli": "^2.1.0",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.3.1",
Expand Down
Loading

0 comments on commit 0029ae5

Please sign in to comment.