mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Scrollable content area.
This commit is contained in:
parent
a9ba2504d7
commit
5536e0b7e7
7 changed files with 33 additions and 43 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue