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
All checks were successful
Run Check Script / check (pull_request) Successful in 1m0s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user