fix: update scripts and hooks for improved worker management and synchronization

This commit is contained in:
Alex Newman
2025-12-09 00:25:53 -05:00
parent 9a27f380c3
commit 5550ecf623
8 changed files with 63 additions and 20 deletions
+1 -1
View File
@@ -387,7 +387,7 @@ async function main() {
} catch (error) {
// Worker might already be running or PM2 not available - that's okay
// The ensureWorkerRunning() function will handle auto-start when needed
log('️ Worker startup error', colors.dim);
log(' Worker will start automatically when needed', colors.dim);
}
// Success - dependencies installed (if needed)