Hey, I apologize if this is asked a lot or if I'm misunderstanding something. I come from Next.js, and in there, unless you specifically add "use client" at the top of your page, it runs on the server, meaning if you console.log, it'll show up in the terminal.
However that's not the case with Remix, as I'm currently testing, my logs are appearing on the browser. Is there a way to have SSR be on by default?