refactor: get GIT_COMMIT and APP_VERSION from import.meta.env (#592)
This commit is contained in:
parent
687eca821d
commit
4adae16b80
3 changed files with 3 additions and 6 deletions
|
|
@ -116,7 +116,7 @@ const SettingsPage = forwardRef(({ index }: { index?: number }, ref) => {
|
|||
</div>
|
||||
<div className="flex gap-2 items-center">
|
||||
<div className="text-muted-foreground">
|
||||
v{__APP_VERSION__} ({__GIT_COMMIT__})
|
||||
v{import.meta.env.APP_VERSION} ({import.meta.env.GIT_COMMIT})
|
||||
</div>
|
||||
<ChevronRight />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue