Remove tauri "unstable" feature to fix Codemirror selection

This commit is contained in:
Gregory Schier
2024-08-28 06:48:02 -07:00
parent ffd0010a59
commit 5f1286ef6f
2 changed files with 2 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ reqwest_cookie_store = "0.8.0"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = { version = "1.0.116", features = ["raw_value"] }
serde_yaml = "0.9.34"
tauri = { workspace = true, features = ["unstable"] }
tauri = { workspace = true }
tauri-plugin-shell = { workspace = true }
tauri-plugin-clipboard-manager = "2.1.0-beta.7"
tauri-plugin-dialog = "2.0.0-rc.0"

1
src-web/vite-env.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
/// <reference types="vite/client" />