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

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