add static builder
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user