mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Vite-based frontend builds (#1900)
* Remove image conversion, add gzip * Add MacOS Environment options
This commit is contained in:
committed by
GitHub
parent
23b7d63417
commit
a4e52d3130
@@ -5,9 +5,9 @@ import { LoadingIndicator } from "src/components/Shared";
|
||||
import { useLatestVersion } from "src/core/StashService";
|
||||
|
||||
export const SettingsAboutPanel: React.FC = () => {
|
||||
const gitHash = process.env.REACT_APP_GITHASH;
|
||||
const stashVersion = process.env.REACT_APP_STASH_VERSION;
|
||||
const buildTime = process.env.REACT_APP_DATE;
|
||||
const gitHash = process.env.VITE_APP_GITHASH;
|
||||
const stashVersion = process.env.VITE_APP_STASH_VERSION;
|
||||
const buildTime = process.env.VITE_APP_DATE;
|
||||
|
||||
const intl = useIntl();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user