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"
cd /opt/zerobyte
$STD bun install
$STD bun run build
$STD bun --smol run build
msg_ok "Built Zerobyte"
msg_info "Restoring Configuration"