Zerobyte: try to reduce RAM usage during build

This commit is contained in:
vhsdream 2026-02-18 18:07:18 -05:00
parent 54172c0a35
commit 2fb843528c
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ function update_script() {
msg_info "Building Zerobyte" msg_info "Building Zerobyte"
cd /opt/zerobyte cd /opt/zerobyte
$STD bun install $STD bun install
$STD bun run build $STD bun --smol run build
msg_ok "Built Zerobyte" msg_ok "Built Zerobyte"
msg_info "Restoring Configuration" msg_info "Restoring Configuration"

View File

@ -49,7 +49,7 @@ export VITE_RESTIC_VERSION=$(cat ~/.restic)
export VITE_RCLONE_VERSION=$(cat ~/.rclone) export VITE_RCLONE_VERSION=$(cat ~/.rclone)
export VITE_SHOUTRRR_VERSION=$(cat ~/.shoutrrr) export VITE_SHOUTRRR_VERSION=$(cat ~/.shoutrrr)
$STD bun install $STD bun install
$STD bun run build $STD bun --smol run build
msg_ok "Built Zerobyte" msg_ok "Built Zerobyte"
msg_info "Configuring Zerobyte" msg_info "Configuring Zerobyte"