add broker so eventually events can span client/worker and maybe minion
This commit is contained in:
parent
31f5cc4190
commit
2f2b104d72
3 changed files with 56 additions and 14 deletions
3
app.js
3
app.js
|
|
@ -253,6 +253,7 @@ const script = {
|
|||
"moto/load-svg",
|
||||
"moto/load-url",
|
||||
"moto/load-file",
|
||||
"moto/broker",
|
||||
"moto/db",
|
||||
"kiri/ui",
|
||||
"kiri/do",
|
||||
|
|
@ -308,6 +309,7 @@ const script = {
|
|||
"geo/gyroid",
|
||||
"geo/mesh",
|
||||
"moto/pack",
|
||||
"moto/broker",
|
||||
"kiri/slice",
|
||||
"kiri/slicer",
|
||||
"kiri/slicer2",
|
||||
|
|
@ -378,6 +380,7 @@ const script = {
|
|||
"geo/polygon",
|
||||
"geo/polygons",
|
||||
"moto/kv",
|
||||
"moto/broker",
|
||||
"moto/load-obj",
|
||||
"moto/load-stl",
|
||||
"kiri/conf",
|
||||
|
|
|
|||
Loading…
Reference in a new issue