feat(version): 1.0 release
Build and Push Docker image / build-and-push (push) Successful in 5m54s
Details
Build and Push Docker image / build-and-push (push) Successful in 5m54s
Details
This commit is contained in:
parent
f1f6b600b0
commit
dd0a293234
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue