Joscha Neske
Joscha Neske
Awesome thanks for the PR, gonna look into it as soon as I find the time
That's not good, might be something UploadThing or EditorJS have changed under the hood
@CahidArda bump for tests to get this merged
interesting thought, how would the ideal RPC call from the FE or server component look like in this case? Afaik in trpc you'd just pass the params instead as body...
hey! You can safely create the client and auth inside of this handler function: `.on(["POST", "GET"], "/auth/**", (c) => auth.handler(c.req.raw))` use the env adapter as follows to access the env...
by the way, the above mentioned env adapter will work for any runtime. it checks which runtime you are on and will access either `process.env` from the nodejs globals or...
yep! in the backlog for the CLI :)