import webcrypto lib

This commit is contained in:
Andreas Brett
2021-10-13 17:34:56 +02:00
parent 145b722aec
commit 86dcc9bc8f
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
import * as _dayjs from "dayjs";
const dayjs = _dayjs;
const crypto = require("crypto").webcrypto;
export const isDev = process.env.NODE_ENV === "development";
export const appName = "Uptime Kuma";