I'm using Next.js 13 with App Router, and I've seen this example on GitHub https://github.com/supertokens/next.js/tree/app-dir/examples/with-supertokens (I'm not sure if it's 100% functional), and I was wondering how it would change if I only wanted to use Next.js 13 as the frontend and have the backend external.
Thanks!