mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-03-14 15:29:06 +00:00
Enable devtools for debugging (#342)
This commit is contained in:
parent
6af3cf4213
commit
c3ab0ebb38
@ -9,7 +9,7 @@ authors = ["Thorsten Sommer"]
|
||||
tauri-build = { version = "1.5", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "1.8", features = [ "http-all", "updater", "shell-sidecar", "shell-open", "dialog"] }
|
||||
tauri = { version = "1.8", features = [ "http-all", "updater", "shell-sidecar", "shell-open", "dialog", "devtools"] }
|
||||
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
|
||||
serde = { version = "1.0.218", features = ["derive"] }
|
||||
serde_json = "1.0.134"
|
||||
|
Loading…
Reference in New Issue
Block a user