add static builder

This commit is contained in:
Thibaud Dauce
2026-02-18 17:23:24 +01:00
parent e60f150611
commit 1561c07432
155 changed files with 161211 additions and 12 deletions

View File

@@ -11,5 +11,7 @@ async fn main() -> Result<()> {
match cli.command {
Commands::Desktop(cmd) => commands::desktop::run(&cmd),
Commands::Dev { site } => commands::dev::run(site).await,
Commands::Deploy { site } => commands::deploy::run(site).await,
}
}