Skip to content

Commit e3481d7

Browse files
committed
Add build_server to project conf
1 parent 8dd4853 commit e3481d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/project.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ pub struct ProjectConfig {
2121
pub auth_server: String,
2222
pub auth_api_port: u32,
2323
pub auth_update_port: u32,
24+
pub build_server: Option<String>,
2425
}

0 commit comments

Comments
 (0)