We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3463a96 commit ed161d4Copy full SHA for ed161d4
cmd/serve.go
@@ -103,6 +103,7 @@ func NewServeCommand() *cobra.Command {
103
publish.FXModuleFromFlags(cmd, service.IsDebug(cmd)),
104
auth.FXModuleFromFlags(cmd),
105
bunconnect.Module(*connectionOptions, service.IsDebug(cmd)),
106
+ fx.Supply(connectionOptions),
107
storage.NewFXModule(serveConfiguration.autoUpgrade),
108
systemcontroller.NewFXModule(systemcontroller.ModuleConfiguration{
109
NumscriptInterpreter: numscriptInterpreter,
0 commit comments