This commit is contained in:
Vague Rabbit 2021-02-10 03:23:06 -08:00
parent f451a97ca7
commit 4a4810155c
2 changed files with 3 additions and 2 deletions

View file

@ -80,6 +80,8 @@ sudo -u $UN npm i
wait wait
sudo -u $UN npm update sudo -u $UN npm update
wait wait
sudo -u $UN set NODE_OPTIONS=--max_old_space_size=4096
wait
sudo -u $UN npm run build sudo -u $UN npm run build
wait wait
######################################################################################### #########################################################################################

View file

@ -1,4 +1,3 @@
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=4096"