Skip to content

Instantly share code, notes, and snippets.

View austinwoon's full-sized avatar

Austin Woon Quan austinwoon

View GitHub Profile
@austinwoon
austinwoon / .ts
Created April 12, 2024 03:23
Use iron session with create-t3-app
export const trpc = createTRPCNext({
config({ ctx }) {
return {
...
/**
* @link https://trpc.io/docs/links
*/
links: [
...,
httpLink({