Show version number in app (#601)

This commit is contained in:
Mark Pitblado 2023-03-24 08:24:52 -07:00 committed by GitHub
parent 3e2086b372
commit 4c3d5bf846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 38 additions and 1 deletions

View file

@ -88,6 +88,10 @@ declare global {
* AWS region
*/
AWS_REGION?: string;
/**
* The app version just for reference
*/
NEXT_PUBLIC_APP_VERSION?: string;
}
}
}