some tauri updates

This commit is contained in:
2026-08-29 09:48:38 +02:00
parent 07f6919617
commit ab32f01e07
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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",
+2 -1
View File
@@ -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": {
+2 -2
View File
@@ -15,8 +15,8 @@
"minHeight": 600,
"minWidth": 800,
"title": "Court Pilot",
"width": 800,
"height": 600,
"width": 1366,
"height": 768,
"resizable": true,
"fullscreen": false
}