@stdiobus/workers-registry 1.3.16 → 1.3.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -531,7 +531,10 @@ stdio Bus kernel is configured via JSON files. This repository includes example
|
|
|
531
531
|
"pools": [{
|
|
532
532
|
"id": "echo-worker",
|
|
533
533
|
"command": "node",
|
|
534
|
-
"args": [
|
|
534
|
+
"args": [
|
|
535
|
+
"./stdiobus/node_modules/@stdiobus/workers-registry/launch",
|
|
536
|
+
"echo-worker"
|
|
537
|
+
],
|
|
535
538
|
"instances": 1
|
|
536
539
|
}]
|
|
537
540
|
}
|
package/package.json
CHANGED