t
tRPC
t
tRPC
What determines a development environment in this case?
Original message was deleted
tRPC
Join
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,111
Members
View on Discord
M
Maston
``` Error Handling Whenever an error occurs in a procedure, tRPC responds to the...
S
sachin
•
10/26/22, 3:35 AM
the default check is
process.env.NODE_ENV !== 'production'
process.env.NODE_ENV !== 'production'
S
sachin
•
10/26/22, 3:35 AM
you can configure this by passing
isDev: false
isDev: false
to
initTRPC
initTRPC
process.env.NODE_ENV !== 'production'
process.env.NODE_ENV !== 'production'
isDev: false
isDev: false
initTRPC
initTRPC