diff --git a/apps/cron/src/main.rs b/apps/cron/src/main.rs index ef7fb8b..28adc8e 100644 --- a/apps/cron/src/main.rs +++ b/apps/cron/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-2 #![allow(dead_code)] use std::env; diff --git a/apps/fitness_trainers/src/main.rs b/apps/fitness_trainers/src/main.rs index bc94063..2c25805 100644 --- a/apps/fitness_trainers/src/main.rs +++ b/apps/fitness_trainers/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-2 #![allow(dead_code)] mod handlers; diff --git a/apps/gateway/src/main.rs b/apps/gateway/src/main.rs index 9a2578d..6d0039f 100644 --- a/apps/gateway/src/main.rs +++ b/apps/gateway/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-2 #![allow(dead_code)] // Gateway service - routes requests to upstream services diff --git a/apps/jobs/src/main.rs b/apps/jobs/src/main.rs index ad288c0..128971c 100644 --- a/apps/jobs/src/main.rs +++ b/apps/jobs/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-2 #![allow(dead_code)] use axum::{ diff --git a/apps/tutors/src/main.rs b/apps/tutors/src/main.rs index af13357..d46f9ef 100644 --- a/apps/tutors/src/main.rs +++ b/apps/tutors/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-2 // retrigger-build-marker #![allow(dead_code)] diff --git a/apps/ugc_content_creators/src/main.rs b/apps/ugc_content_creators/src/main.rs index c2c7062..43b9e93 100644 --- a/apps/ugc_content_creators/src/main.rs +++ b/apps/ugc_content_creators/src/main.rs @@ -1,3 +1,4 @@ +// retrigger-build-marker-2 // retrigger-build-marker #![allow(dead_code)]