some tauri updates
This commit is contained in:
Generated
+1
-1
@@ -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
@@ -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": {
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
"minHeight": 600,
|
||||
"minWidth": 800,
|
||||
"title": "Court Pilot",
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"width": 1366,
|
||||
"height": 768,
|
||||
"resizable": true,
|
||||
"fullscreen": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user