Fix asset path in build

This commit is contained in:
Pieter Vander Vennet 2023-01-17 18:49:15 +01:00
parent 3be24c1500
commit 93961e553f
2 changed files with 5 additions and 0 deletions

View file

@ -33,6 +33,9 @@ then
echo "Source maps are enabled"
fi
ASSET_URL="mc/$BRANCH"
export ASSET_URL
echo "$ASSET_URL"
export NODE_OPTIONS=--max-old-space-size=6500
vite build $SRC_MAPS