summaryrefslogtreecommitdiff
path: root/.rr.build
blob: f5d171f1685d4fa9f3c957592f1fe7116557dfee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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",
    "github.com/spiral/php-grpc"
  ],
  "commands": [
    "github.com/spiral/roadrunner/cmd/rr/http",
    "github.com/spiral/php-grpc/cmd/rr-grpc/grpc"
  ],
  "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{})",
    "rr.Container.Register(grpc.ID, &grpc.Service{})"
  ]
}