feat: Add sample leptos webapp as example

This commit is contained in:
2025-07-02 23:13:08 -04:00
parent 6371009c6f
commit fb7849c010
20 changed files with 988 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
use std::sync::Arc;
use std::{path::PathBuf, sync::Arc};
use harmony::{
inventory::Inventory,
@@ -11,7 +11,8 @@ use harmony::{
async fn main() {
env_logger::init();
let application = RustWebapp {
name: "Example Harmony Rust Webapp".to_string(),
name: "harmony-example-rust-webapp".to_string(),
project_root: PathBuf::from("./examples/rust/webapp"),
};
let app = RustWebappScore {
name: "Example Rust Webapp".to_string(),