just in case
This commit is contained in:
parent
ad8ef49439
commit
e119aed205
|
|
@ -1,3 +1,3 @@
|
||||||
declare var __GIT_SHA__: string | undefined
|
declare var __GIT_SHA__: string | undefined
|
||||||
|
|
||||||
export const SHA: string = __GIT_SHA__ ?? 'dev'
|
export const SHA: string = typeof __GIT_SHA__ !== 'undefined' ? __GIT_SHA__ : 'dev'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user