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
[plugins] Allow local non-compiled plugins (#1224)
## Summary
This change allows users to add their own plugins using `devbox.json`
`include` field (see example). It now supports all plugin fields
(including services).
Fixed: Issue where editing plugin would not be reflected.
## How was it tested?
```bash
devbox run run_test -c examples/plugins/local
MY_FOO_VAR is set to 'BAR'
devbox services up
```
0 commit comments