build updates

This commit is contained in:
Brian Madison
2025-06-08 02:12:13 -05:00
parent e30ad2a5f8
commit 219198f05b
23 changed files with 606 additions and 314 deletions

View File

@@ -19,7 +19,8 @@ program
// Build all web bundles and agents
program
.command('build:web')
.command('build')
.alias('build:web')
.description('Build all web bundles and standalone agents')
.action(async () => {
try {