Config
How to configure your oRPC project.
I recommend placing this script at the top of the main.ts
file, where the server is initialized.
Alternatively, include it at the top of the file where you define global oRPC builders or the app router
.
This ensures the configuration is applied before any other part of your code is executed.