feat(version): 1.0 release
Build and Push Docker image / build-and-push (push) Successful in 5m54s Details

This commit is contained in:
Valentin Kolb 2024-11-13 22:00:56 +01:00
parent f1f6b600b0
commit dd0a293234
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export const PB_STORAGE_KEY = "stuve-it-login-record"
// general // general
export const APP_NAME = "StuVe IT" export const APP_NAME = "StuVe IT"
export const APP_VERSION = "0.9.89 (beta)" export const APP_VERSION = "1.0.0"
export const APP_URL = "https://it.stuve.uni-ulm.de" export const APP_URL = "https://it.stuve.uni-ulm.de"
export const LOCAL_DEV_MODE = process?.env?.NODE_ENV === "development" || window?.location?.hostname === "localhost" export const LOCAL_DEV_MODE = process?.env?.NODE_ENV === "development" || window?.location?.hostname === "localhost"