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 }