From 1b9f3fee78f399f7f42b8c41a1d1fca3f0030b9a Mon Sep 17 00:00:00 2001 From: caelean Date: Mon, 6 Jan 2025 17:18:36 -0800 Subject: [PATCH] update service definition --- src/tach.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tach.toml b/src/tach.toml index a077f77695320c..07a7cdfa505b2d 100644 --- a/src/tach.toml +++ b/src/tach.toml @@ -52,8 +52,8 @@ depends_on = [] expose = [ ".*utils.*", ".*integrations.*", - "utils.*", - "services.*", + ".*utils.*", + ".*services.*", ] [[interfaces]]