Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/desktop2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"@electric-sql/client": "^1.0.14",
"@hypr/db": "workspace:*",
"@hypr/plugin-analytics": "workspace:*",
"@hypr/plugin-db2": "workspace:*",
"@hypr/plugin-windows": "workspace:*",
"@hypr/tiptap": "workspace:^",
Expand All @@ -22,6 +23,7 @@
"@sentry/react": "^8.55.0",
"@supabase/supabase-js": "^2.74.0",
"@t3-oss/env-core": "^0.13.8",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-router": "^1.132.47",
"@tanstack/react-virtual": "^3.13.12",
"@tauri-apps/api": "^2.8.0",
Expand All @@ -30,6 +32,7 @@
"@tauri-apps/plugin-process": "^2.3.0",
"@tauri-apps/plugin-store": "^2.4.0",
"@tauri-apps/plugin-updater": "^2.9.0",
"@wavesurfer/react": "^1.0.11",
"@xstate/store": "^3.9.3",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
Expand All @@ -39,6 +42,7 @@
"react-dom": "^19.2.0",
"react-hotkeys-hook": "^4.6.2",
"tinybase": "^6.7.0",
"wavesurfer.js": "^7.11.0",
"zod": "^4.1.12",
"zustand": "^5.0.8"
},
Expand Down
1 change: 1 addition & 0 deletions apps/desktop2/src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pub async fn main() {
.plugin(tauri_plugin_analytics::init())
.plugin(tauri_plugin_db2::init())
.plugin(tauri_plugin_tracing::init())
.plugin(tauri_plugin_analytics::init())
.plugin(tauri_plugin_listener::init())
.plugin(tauri_plugin_local_stt::init())
.plugin(tauri_plugin_updater::Builder::new().build())
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop2/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"identifier": "com.hyprnote2.dev",
"build": {
"beforeDevCommand": "pnpm -F desktop2 dev",
"devUrl": "http://localhost:1420",
"devUrl": "http://localhost:1422",
"beforeBuildCommand": "pnpm -F desktop2 build",
"frontendDist": "../dist"
},
Expand Down
Loading
Loading