Adjust imports
Some checks failed
Run Check Script / check (pull_request) Failing after 34s

This commit is contained in:
Ian Letourneau
2025-07-01 11:33:05 -04:00
parent ae95c44867
commit c02763a6fc
5 changed files with 25 additions and 9 deletions

View File

@@ -119,6 +119,7 @@ async fn main() {
if args.prod {
todo!("implement prod deployment");
}
println!("harmony_bin_path: {}", harmony_bin_path.display());
let deploy_output = Command::new(harmony_bin_path)
.arg("-y")
.arg("-a")