This commit is contained in:
Vague Rabbit 2021-02-10 02:36:32 -08:00
parent 9f5a01ec8e
commit 5c1c99ebdf
2 changed files with 4 additions and 1 deletions

View file

@ -78,6 +78,8 @@ fi
# Install dependancies # Install dependancies
sudo -u $UN npm i sudo -u $UN npm i
wait wait
sudo -u $UN npm update
wait
sudo -u $UN npm run build sudo -u $UN npm run build
wait wait
######################################################################################### #########################################################################################

View file

@ -1,3 +1,4 @@
API_URI="{api_url}" API_URI="{api_url}"
APP_MOUNT_URI="/{app_mount_uri}/" APP_MOUNT_URI="/{app_mount_uri}/"
STATIC_URL="https://{app_host}/" STATIC_URL="https://{app_host}/"
NODE_OPTIONS=--max_old_space_size=1536