You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a top-level package that makes a subset of the `internal/devbox`
functionality (currently just install) public.
There are some places where we want to run devbox commands (such as in
the prefetcher) which requires us to run the CLI externally. Exporting a
package means we can run the command implementation directly and don't
need to install the CLI (similar to what we're doing with autodetect).
0 commit comments