Scrollable content area.

This commit is contained in:
Mike Cao 2025-03-13 19:49:04 -07:00
parent a9ba2504d7
commit 5536e0b7e7
7 changed files with 33 additions and 43 deletions

View file

@ -1,5 +1,6 @@
import { REDIS, UmamiRedisClient } from '@umami/redis-client';
import { UmamiRedisClient } from '@umami/redis-client';
const REDIS = 'redis';
const enabled = !!process.env.REDIS_URL;
function getClient() {