From f40f0d35cba364a8789c12a2867b7ac368054c4b Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 28 May 2024 22:27:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB(tilt)=20sync?= =?UTF-8?q?=20only=20y-webrtc-signaling=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We were listening all the frontend, but we can just listen to the y-webrtc-signaling app. This app doesn't change often moreover. --- bin/Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Tiltfile b/bin/Tiltfile index 6a67cf7c..e95e111d 100644 --- a/bin/Tiltfile +++ b/bin/Tiltfile @@ -24,7 +24,7 @@ docker_build( only=['./src/frontend/', './docker/', './dockerignore'], target = 'y-webrtc-signaling', live_update=[ - sync('../src/frontend', '/home/frontend'), + sync('../src/frontend/apps/y-webrtc-signaling/src', '/home/frontend/apps/y-webrtc-signaling/src'), ] )