diff --git a/Tiltfile.dev b/Tiltfile.dev index e1eae01..481ac88 100644 --- a/Tiltfile.dev +++ b/Tiltfile.dev @@ -11,12 +11,12 @@ custom_build( live_update = [ sync( local_path = './src', - remote_path = '/app/src' + remote_path = '/opt/src' ), restart_container() ], deps = [ './dist', - './opt' + './src' ] )