mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 16:38:34 +02:00
✨ Show version number in app (#601)
This commit is contained in:
parent
3e2086b372
commit
4c3d5bf846
7 changed files with 38 additions and 1 deletions
4
apps/web/declarations/environment.d.ts
vendored
4
apps/web/declarations/environment.d.ts
vendored
|
@ -88,6 +88,10 @@ declare global {
|
|||
* AWS region
|
||||
*/
|
||||
AWS_REGION?: string;
|
||||
/**
|
||||
* The app version just for reference
|
||||
*/
|
||||
NEXT_PUBLIC_APP_VERSION?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue