build(frontend): replace create-react-app with vite (#272)

This commit is contained in:
Julian Tölle 2023-05-07 04:05:11 +02:00 committed by GitHub
parent 8721fd101d
commit eb8fe11be6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 4700 additions and 22943 deletions

View file

@ -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 (