Can we move this code outside, so it is run only once?
const { Redis } = await import("npm:@upstash/redis"); const redis = new Redis({ url: process.env.upstashURL, token: process.env.upstashToken, });
Great idea!
Can we move this code outside, so it is run only once?
Great idea!