You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just abstracted @vercel/kv into a Turborepo package to use a shared client between my apps using createClient. My local builds are fine but on Vercel my build fails with the error in the title. Here's my client creation code:
I just abstracted
@vercel/kv
into a Turborepo package to use a shared client between my apps usingcreateClient
. My local builds are fine but on Vercel my build fails with the error in the title. Here's my client creation code:My environment variables are stored in the root
.env
file.The text was updated successfully, but these errors were encountered: