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 Nov 27, 2024
1 parent 4c5e76d commit 9d100ec
Show file tree
Hide file tree
Showing 5 changed files with 455 additions and 8 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/
- [ ] https://tauri.app/plugin/autostart/
- [x] https://tauri.app/plugin/single-instance/

---

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"tauri": "tauri"
},
"dependencies": {
"vue": "^3.3.4",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-shell": "^2"
"@tauri-apps/plugin-shell": "^2",
"vue": "^3.3.4"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22",
"@tauri-apps/cli": "^2"
"vue-tsc": "^2.0.22"
}
}
Loading

0 comments on commit 9d100ec

Please sign in to comment.