Fixes for vite config at build

This commit is contained in:
David Bomba 2024-12-19 10:17:56 +11:00
parent a270aac9e1
commit 46b5a3039e
2 changed files with 3 additions and 4 deletions

View File

@ -37,8 +37,6 @@ ERROR_EMAIL=
TRUSTED_PROXIES=
SCOUT_DRIVER=null
VITE_PUSHER_APP_KEY=f0111a02782708da651f
NINJA_ENVIRONMENT=selfhost
#options - snappdf / phantom / hosted_ninja

View File

@ -49,6 +49,7 @@ jobs:
cd ui
git checkout develop
sed -i 's/VITE_IS_TEST=true/VITE_IS_TEST=false/' .env.example
echo VITE_PUSHER_APP_KEY=f0111a02782708da651f >> .env.example
cp .env.example .env
cp ../vite.config.ts.react ./vite.config.js