-
Also if I were to have globals like a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Also if I were to have globals like a |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
createClient
should be called once per app. This can be done globally.withGlobals()
returns a shallow wrapper over a client with configured globals and should be called whenever you want to set a global variable, i.e. in a request middleware or request handler.