🧑‍💻(tilt) sync only y-webrtc-signaling app

We were listening all the frontend, but we can
just listen to the y-webrtc-signaling app.
This app doesn't change often moreover.
This commit is contained in:
Anthony LC
2024-05-28 22:27:52 +02:00
committed by Anthony LC
parent f1227ed037
commit f40f0d35cb

View File

@@ -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'),
]
)