primate
primate copied to clipboard
disable ssr in dev mode
As long as we can't invalidate server components, the ssr'd component would conflict with the updated client component.
I'd like to disable it for guarded routes too where a user needs to be logged in since google will never crawl those pages.
already done as part of the 0.35 build system rewrite