LouisLam
2021-08-17 20:00:31 +08:00
parent 440c178403
commit 6980c38a6c
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
// Frontend uses util.ts
// Need to run "tsc" to compile if there are any changes.
import * as dayjs from "dayjs";
import * as _dayjs from "dayjs";
const dayjs = _dayjs;
export const isDev = process.env.NODE_ENV === "development";
export const appName = "Uptime Kuma";