fix: patch tauri api for lacked window undefined check

This commit is contained in:
linonetwo
2023-02-10 17:03:29 +08:00
parent 9b427efb88
commit d060e77cfa
4 changed files with 69 additions and 5 deletions

View File

@@ -79,5 +79,10 @@
"**/__tests__/**",
"**/tests/**"
]
},
"pnpm": {
"patchedDependencies": {
"@tauri-apps/api@1.2.0": "patches/@tauri-apps__api@1.2.0.patch"
}
}
}