Yarn workspaces causing unintended live reloads

I’m using yarn workspaces and my Expo app is one of the packages in the workspace. Whenever I make a change to a file in a separate package (say one of my servers), my Expo app reloads. Is there a way to configure what files/directories are watched by the live reloading mechanism? I only want the app to reload when I make changes to app code.