T3 for SSG
Does anyone have an example project of a T3 App using SSG? Reading the docs, i am not sure if i should add the SSG Helper context (https://trpc.io/docs/v10/ssg-helpers) somewhere in where the TRPC Settings are defined and have them be imported directly from utils/trpc.
createProxySSGHelpers provides you a set of helper functions that you can use to prefetch queries on the server.

