From ab32f01e075e5ccf7e72e75782ce33b4034f70d2 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Sat, 29 Aug 2026 09:48:38 +0200 Subject: [PATCH] some tauri updates --- package-lock.json | 2 +- package.json | 3 ++- src-tauri/tauri.conf.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f4c0ab..42dcf51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@angular/language-service": "^20.3.28", "@capacitor/cli": "8.3.4", "@ionic/angular-toolkit": "^12.0.0", - "@tauri-apps/cli": "^2.11.2", + "@tauri-apps/cli": "^2.11.4", "@types/jasmine": "~5.1.0", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", diff --git a/package.json b/package.json index baa6fb2..75349e2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test", - "lint": "ng lint" + "lint": "ng lint", + "tauri": "tauri" }, "private": true, "dependencies": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 89aac76..9315f78 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -15,8 +15,8 @@ "minHeight": 600, "minWidth": 800, "title": "Court Pilot", - "width": 800, - "height": 600, + "width": 1366, + "height": 768, "resizable": true, "fullscreen": false }