Previously, we threw when the env variables were missing. This is usually fine, but in turbo we had to add the Upstash Redis env variables to turbo.json (under build.env).
This is not ideal. Instead, we now check at runtime when the request is being sent. If the credentials are missing, we throw.
Previously, we threw when the env variables were missing. This is usually fine, but in turbo we had to add the Upstash Redis env variables to turbo.json (under build.env).
This is not ideal. Instead, we now check at runtime when the request is being sent. If the credentials are missing, we throw.