소스 검색

feat: set min windows

GyDi 3 년 전
부모
커밋
396b11cc3d
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      src-tauri/tauri.conf.json

+ 5 - 3
src-tauri/tauri.conf.json

@@ -6,8 +6,8 @@
   "build": {
     "distDir": "../dist",
     "devPath": "http://localhost:3000/proxy",
-    "beforeDevCommand": "npm run web:dev",
-    "beforeBuildCommand": "npm run web:build"
+    "beforeDevCommand": "yarn run web:dev",
+    "beforeBuildCommand": "yarn run web:build"
   },
   "tauri": {
     "systemTray": {
@@ -63,7 +63,9 @@
         "resizable": true,
         "fullscreen": false,
         "decorations": true,
-        "transparent": false
+        "transparent": false,
+        "minWidth": 600,
+        "minHeight": 520
       }
     ],
     "security": {