summaryrefslogtreecommitdiff
path: root/build/.build.json
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-01-11 16:24:01 +0300
committerGitHub <[email protected]>2019-01-11 16:24:01 +0300
commit4b8dcdd7999ddce829ae7f0900f9969f478a982a (patch)
tree07ec6e943c51bd453bde864b02081e424e7132c1 /build/.build.json
parent5b24b65e62a26f74b9f9bd9ee79c717ea0836892 (diff)
parenta50c990c2b46723a8d5811170d42129ab26ff219 (diff)
Merge pull request #88 from spiral/quiclbuild
Quiclbuild
Diffstat (limited to 'build/.build.json')
-rw-r--r--build/.build.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/build/.build.json b/build/.build.json
new file mode 100644
index 00000000..74b83cea
--- /dev/null
+++ b/build/.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