Rename VITE_VERSION to VITE_APP_VERSION
This commit is contained in:
parent
eaad0b4de5
commit
51ec91be22
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
@ -41,7 +41,7 @@ declare global {
|
|||||||
|
|
||||||
declare const process : {
|
declare const process : {
|
||||||
env: {
|
env: {
|
||||||
VITE_VERSION: string
|
VITE_APP_VERSION: string
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -98,7 +98,7 @@ export type State = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const state: State = {
|
export const state: State = {
|
||||||
version: (process.env.VITE_VERSION || 'Unknown') as string,
|
version: (process.env.VITE_APP_VERSION || 'Unknown') as string,
|
||||||
servers: new Map(),
|
servers: new Map(),
|
||||||
|
|
||||||
configuration: {
|
configuration: {
|
||||||
|
Loading…
Reference in New Issue
Block a user