mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-07 08:42:49 +08:00
build(devtool): 允许生产环境调试
This commit is contained in:
@@ -13,7 +13,7 @@ edition = "2021"
|
||||
tauri-build = { version = "1.2", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "1.2", features = ["api-all"] }
|
||||
tauri = { version = "1.2", features = ["api-all", "devtools"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user