oxyde_cloud_deploy/
lib.rs

1mod build;
2mod deploy;
3
4pub use cargo_leptos::config::Opts;
5pub use deploy::{deploy_with_config_file, Error};