Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
fix(backend): use correct build arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jog1t committed Jul 2, 2024
1 parent 6255e07 commit 6c55bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/backend/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl Opts {
args: vec![
"build".into(),
"--runtime".into(),
"cloudflare-workers-platforms".into(),
"cloudflare-workers".into(),
],
env: HashMap::new(),
cwd: project_path.clone(),
Expand Down

0 comments on commit 6c55bf8

Please sign in to comment.