added concurrency start up script for mini pc 1

This commit is contained in:
Storme-bit
2026-04-04 23:00:46 -07:00
parent cb05beaed1
commit 770d123419

View File

@@ -8,7 +8,8 @@
"memory": "npm -w packages/memory-service start",
"embedding": "npm -w packages/embedding-service start",
"inference": "npm -w packages/inference-service start",
"orchestration": "npm -w packages/orchestration-service start"
"orchestration": "npm -w packages/orchestration-service start",
"mini1": "concurrently -n memory,embedding -c blue,green \"npm run memory\" \"npm run embedding\""
},
"engines": {
"node": ">=22.0.0"