feat(example): added an example of packaging a rust app from github
All checks were successful
Run Check Script / check (pull_request) Successful in 1m0s

This commit is contained in:
2025-08-29 13:12:39 -04:00
parent 3ca31179d0
commit aebde3a382
7 changed files with 203 additions and 91 deletions

View File

@@ -29,6 +29,7 @@ async fn main() {
domain: Url::Url(url::Url::parse("https://rustapp.harmony.example.com").unwrap()),
project_root: PathBuf::from("./examples/rust/webapp"),
framework: Some(RustWebFramework::Leptos),
service_port: 3000,
});
let webhook_receiver = WebhookReceiver {