1 parent 6d32bc9 commit fe0c74fCopy full SHA for fe0c74f
1 file changed
packages/cli/src/services/server-connection.ts
@@ -56,7 +56,7 @@ function managedService(options: EnsureOptions) {
56
restart: () =>
57
Effect.gen(function* () {
58
yield* Service.stop(options)
59
- yield* Service.ensure(options)
+ yield* Service.ensure(reconnectOptions)
60
}),
61
}
62
0 commit comments