Cargo Features

[dependencies]
html2maud-bin = { version = "0.1.12", default-features = false, features = ["custom-protocol"] }
default = custom-protocol

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

custom-protocol default

this feature is used used for production builds where devPath points to the filesystem DO NOT remove this

Enables custom-protocol of tauri