Added CURRENT_VERSION constant.

This commit is contained in:
Mike Cao 2022-08-08 11:31:36 -07:00
parent fb14514a65
commit 9b7e472410
4 changed files with 15 additions and 16 deletions

View file

@ -1,3 +1,4 @@
export const CURRENT_VERSION = process.env.currentVersion;
export const AUTH_TOKEN = 'umami.auth';
export const LOCALE_CONFIG = 'umami.locale';
export const TIMEZONE_CONFIG = 'umami.timezone';