added concurrency start up script for mini pc 1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user