Converted to Vite since create-react-app is no longer being developed

This commit is contained in:
Jamie Curnow
2023-07-20 15:11:41 +10:00
parent 824a22efad
commit 6d6021c9bb
115 changed files with 2511 additions and 10015 deletions

View File

@ -10,8 +10,8 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
docker_cmd() {
docker run --rm \
-e CI=true \
-e REACT_APP_VERSION=${BUILD_VERSION:-0.0.0} \
-e REACT_APP_COMMIT=${BUILD_COMMIT:-0000000} \
-e "VITE_APP_VERSION=${BUILD_VERSION:-0.0.0}" \
-e "VITE_APP_COMMIT=${BUILD_COMMIT:-0000000}" \
-v "$(pwd):/app" \
-w "/app/frontend" \
node:18 \