mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
build(frontend): replace create-react-app with vite (#272)
This commit is contained in:
parent
8721fd101d
commit
eb8fe11be6
11 changed files with 4700 additions and 22943 deletions
|
|
@ -3,7 +3,7 @@ import React from "react";
|
|||
const REPO_URL = "https://github.com/apricote/Listory";
|
||||
const CHANGELOG_URL = `${REPO_URL}/blob/main/CHANGELOG.md`;
|
||||
|
||||
const VERSION = process.env.REACT_APP_VERSION || "Unknown";
|
||||
const VERSION = import.meta.env.VITE_VERSION || "Unknown";
|
||||
|
||||
export const Footer: React.FC = () => {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue