diff --git a/dev/Tiltfile b/dev/Tiltfile index 3e92dcaf8f..08b89c1d86 100644 --- a/dev/Tiltfile +++ b/dev/Tiltfile @@ -444,6 +444,13 @@ local_resource( deps = _buck2_dep_inputs(consent_target), allow_parallel = True, auto_init = run_apps, + readiness_probe = probe( + period_secs = 5, + http_get = http_get_action( + path = "/", + port = 3000, + ), + ), resource_deps = [ "hydra-consent", "apollo-router",