mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 00:57:02 +00:00
Fixes for vite config at build
This commit is contained in:
@@ -37,8 +37,6 @@ ERROR_EMAIL=
|
||||
TRUSTED_PROXIES=
|
||||
SCOUT_DRIVER=null
|
||||
|
||||
VITE_PUSHER_APP_KEY=f0111a02782708da651f
|
||||
|
||||
NINJA_ENVIRONMENT=selfhost
|
||||
|
||||
#options - snappdf / phantom / hosted_ninja
|
||||
|
||||
1
.github/workflows/react_release.yml
vendored
1
.github/workflows/react_release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user