summaryrefslogtreecommitdiff
path: root/src/qbuild/.build.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/qbuild/.build.json')
-rw-r--r--src/qbuild/.build.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/qbuild/.build.json b/src/qbuild/.build.json
new file mode 100644
index 00000000..74b83cea
--- /dev/null
+++ b/src/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