fn main() { if std::env::var("CARGO_FEATURE_EMBED_WEB").is_ok() { memory_serve::load_directory("../../web/dist"); } }