add devtools feature

This commit is contained in:
Nikita Galaiko 2023-07-21 13:05:28 +02:00
parent 5732a1804f
commit fd713a5d67

View File

@ -60,6 +60,8 @@ url = "2.4.0"
# by default Tauri runs in production mode
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL
default = ["custom-protocol"]
# this feature enables devtools
devtools = ["tauri/devtools"]
# this feature is used used for production builds where `devPath` points to the filesystem
# DO NOT remove this
custom-protocol = ["tauri/custom-protocol"]