diff options
author | Wolfy-J <[email protected]> | 2019-01-11 16:25:14 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-01-11 16:25:14 +0300 |
commit | 59b0b8349c09d13bae256eac71ae678209db3668 (patch) | |
tree | 0c09431f4884f939daab705160e8a97e6ece0ee9 /qbuild/.build.json | |
parent | a50c990c2b46723a8d5811170d42129ab26ff219 (diff) |
quickbuilds
Diffstat (limited to 'qbuild/.build.json')
-rw-r--r-- | qbuild/.build.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/qbuild/.build.json b/qbuild/.build.json new file mode 100644 index 00000000..74b83cea --- /dev/null +++ b/qbuild/.build.json @@ -0,0 +1,17 @@ +{ + "packages": [ + "github.com/spiral/roadrunner/service/env", + "github.com/spiral/roadrunner/service/http", + "github.com/spiral/roadrunner/service/rpc", + "github.com/spiral/roadrunner/service/static" + ], + "commands": [ + "github.com/spiral/roadrunner/cmd/rr/http" + ], + "register": [ + "rr.Container.Register(env.ID, &env.Service{})", + "rr.Container.Register(rpc.ID, &rpc.Service{})", + "rr.Container.Register(http.ID, &http.Service{})", + "rr.Container.Register(static.ID, &static.Service{})" + ] +}
\ No newline at end of file |