trpc-sveltekit
trpc-sveltekit copied to clipboard
Non-async `createContext`
trafficstars
Can the createContext argument of the createTRPCHandle be a non-async function?
Because the @typescript-eslint/require-await eslint rule bothers me as I don't need this function to be async