From 002c7c0e42b22a6f4a4c5024bd1110d7a51c9745 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Thu, 19 Feb 2026 15:26:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9(tilt)=20fix=20minor=20indentation?= =?UTF-8?q?=20issue=20in=20the=20Tilt=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No functional impact, just a formatting cleanup. --- bin/Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Tiltfile b/bin/Tiltfile index 1086116d..b468b48e 100644 --- a/bin/Tiltfile +++ b/bin/Tiltfile @@ -70,7 +70,7 @@ docker_build( 'localhost:5001/meet-agents:latest', context='../src/agents', dockerfile='../src/agents/Dockerfile', - only=['.'], + only=['.'], target = 'production', live_update=[ sync('../src/agents', '/app'),