Cargo Features

[dependencies]
venator-app = { version = "0.1.1", default-features = false, features = ["custom-protocol"] }
default = custom-protocol

The custom-protocol feature is set by default whenever venator-app is added without default-features = false somewhere in the dependency tree.

custom-protocol default

This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!

Enables custom-protocol of tauri