fix(scripts): install production dependencies before compiling binaries and exclude local node_modules from builds

This commit is contained in:
2026-03-15 13:37:03 +00:00
parent 1e05c08002
commit 64e947735f
4 changed files with 18 additions and 8 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/onebox',
version: '1.13.1',
version: '1.13.2',
description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers'
}