We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b154778 commit 7737d65Copy full SHA for 7737d65
src/mock_env.rs
@@ -43,6 +43,7 @@ impl MockEnv {
43
auth_server: "127.0.0.1".into(),
44
auth_api_port: 0,
45
auth_update_port: port as u32,
46
+ build_server: None,
47
};
48
write_conf(&config, "project.json").unwrap();
49
0 commit comments