Add --local-runner cli flag

This commit is contained in:
Joscha 2023-08-11 01:46:55 +02:00
parent 0ae43c608f
commit 78f945647c
5 changed files with 56 additions and 6 deletions

View file

@ -198,12 +198,14 @@ impl ConfigFile {
}
}
#[derive(Clone)]
pub struct RunnerServerConfig {
/// Always ends with a `/`.
pub url: String,
pub token: String,
}
#[derive(Clone)]
pub struct Config {
/// Always starts and ends with a `/`.
pub web_base: String,