(value: String)
| 928 | log_step("Building Web Project Bundle"); |
| 929 | compile_project_bundle( |
| 930 | &project_dir, |
| 931 | ProjectBuildOptions::new(profile, false) |
| 932 | .with_target(ProjectBuildTarget::Web) |
| 933 | .with_demo(args.iter().any(|a| a == "--demo")) |
| 934 | .with_web_output_dir(WebOutputDir::Build) |
| 935 | .with_fresh(args.iter().any(|a| a == "--fresh")), |
no outgoing calls
no test coverage detected