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 8dd4853 commit e3481d7Copy full SHA for e3481d7
src/project.rs
@@ -21,4 +21,5 @@ pub struct ProjectConfig {
21
pub auth_server: String,
22
pub auth_api_port: u32,
23
pub auth_update_port: u32,
24
+ pub build_server: Option<String>,
25
}
0 commit comments