feat: add initial leptos
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-12-28 14:17:31 +01:00
parent c977fdbcaa
commit 0e7f134bd0
6 changed files with 450 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
pub mod cli;
pub mod leptos_service;
pub use cli::*;
pub mod dagger_middleware;