We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b01fc commit c0331c7Copy full SHA for c0331c7
internal/devbox/devopt/devboxopts.go
@@ -80,6 +80,6 @@ type EnvOptions struct {
80
}
81
82
type LifecycleHooks struct {
83
- // OnStaleState is called when the Devbox state is out of date, AND it is not being recomputed.
+ // OnStaleState is called when the Devbox state is out of date
84
OnStaleState func()
85
0 commit comments