I have a monorepo project using nx to manage and when I go to run my astro dev script on a project I am getting no errors or caught errors in debugger, however nothing is rendering in the browser despite the dev server starting correctly.
I am not sure what the issue could be and I am at a loss of where to start troubleshooting as this worked earlier. I am using server rendering mode with the nodejs adapter.
How can I go about troubleshooting an astro dev build that doesn't send back any errors?