Add more information

This commit is contained in:
nora 2025-11-14 22:01:29 +01:00
parent 9c71be05a8
commit 5b62eaff57
4 changed files with 37 additions and 3 deletions

View file

@ -53,8 +53,10 @@ async fn main_inner() -> Result<()> {
)
.await?;
let notification_repo = format!("https://github.com/{github_owner}/{github_repo}");
let builder = build::background_builder(db.clone(), github_client);
let server = web::webserver(db);
let server = web::webserver(db, notification_repo);
tokio::select! {
result = builder => {