mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-11 14:39:09 -06:00
Set up reflex and fix make watch
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -138,6 +138,8 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
http.Logger(logger),
|
||||
http.Context(ctx),
|
||||
http.Config(cfg),
|
||||
http.Flags(flagset.RootWithConfig(cfg)),
|
||||
http.Flags(flagset.ServerWithConfig(cfg)),
|
||||
)
|
||||
|
||||
gr.Add(func() error {
|
||||
@@ -157,6 +159,8 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
grpc.Logger(logger),
|
||||
grpc.Context(ctx),
|
||||
grpc.Config(cfg),
|
||||
grpc.Flags(flagset.RootWithConfig(cfg)),
|
||||
grpc.Flags(flagset.ServerWithConfig(cfg)),
|
||||
)
|
||||
|
||||
gr.Add(func() error {
|
||||
|
||||
Reference in New Issue
Block a user