chore: remove outdated prod features (#3525)

This commit is contained in:
Tony
2026-08-04 15:45:25 +08:00
committed by GitHub
parent ba89f32eb0
commit e215ff90d3
6 changed files with 0 additions and 23 deletions
@@ -26,9 +26,3 @@ tauri-plugin-single-instance = { path = "../../../../single-instance", features
"deep-link",
] }
log = "0.4"
[features]
# this feature is used for production builds or when `devUrl` points to the filesystem and the built-in dev server is disabled.
# If you use cargo directly instead of tauri's cli you can use this feature flag to switch between tauri's `dev` and `build` modes.
# DO NOT REMOVE!!
prod = ["tauri/custom-protocol"]