Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: packages listed twice in watch mode (#9644)
### Description Fixes: #9538 The `WatchClient::new` already lists packages as a part of `start_ui`. Therefore, an additional prelude print in `WatchClient::start` appears redundant. ### Testing Instructions 1. setup a [devturbo alias](https://github.com/vercel/turborepo/blob/main/CONTRIBUTING.md#manually-testing-turbo) 1. clone https://github.com/remotion-dev/remotion 1. run `devturbo watch make`
- Loading branch information