add statistics

This commit is contained in:
miloschwartz
2025-08-14 17:06:07 -07:00
parent 74d2527af5
commit 67ba225003
11 changed files with 362 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ import NodeCache from "node-cache";
import { validateJWT } from "./licenseJwt";
import { count, eq } from "drizzle-orm";
import moment from "moment";
import { setHostMeta } from "@server/setup/setHostMeta";
import { setHostMeta } from "@server/lib/hostMeta";
import { encrypt, decrypt } from "@server/lib/crypto";
const keyTypes = ["HOST", "SITES"] as const;