mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-09 17:28:31 +00:00
fix(plane): don't clobber global app var, breaking /usr/bin/update (#15612)
This commit is contained in:
parent
93ce08aa72
commit
555953117c
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ VITE_SPACE_BASE_PATH=/spaces
|
|||
VITE_LIVE_BASE_URL=http://${LOCAL_IP}
|
||||
VITE_LIVE_BASE_PATH=/live"
|
||||
# Each Vite app needs its own .env for the build
|
||||
for app in web admin space; do
|
||||
echo "$FRONTEND_ENV" >/opt/plane/apps/${app}/.env
|
||||
for frontend_app in web admin space; do
|
||||
echo "$FRONTEND_ENV" >/opt/plane/apps/${frontend_app}/.env
|
||||
done
|
||||
export NODE_OPTIONS="--max-old-space-size=4096"
|
||||
export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue