Skip to content

Commit ed161d4

Browse files
fix: supply connection options to fx container for circuit breaker (#1220)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 3463a96 commit ed161d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/serve.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ func NewServeCommand() *cobra.Command {
103103
publish.FXModuleFromFlags(cmd, service.IsDebug(cmd)),
104104
auth.FXModuleFromFlags(cmd),
105105
bunconnect.Module(*connectionOptions, service.IsDebug(cmd)),
106+
fx.Supply(connectionOptions),
106107
storage.NewFXModule(serveConfiguration.autoUpgrade),
107108
systemcontroller.NewFXModule(systemcontroller.ModuleConfiguration{
108109
NumscriptInterpreter: numscriptInterpreter,

0 commit comments

Comments
 (0)