saveCfg writes the config file to the devbox directory.
()
| 594 | |
| 595 | // saveCfg writes the config file to the devbox directory. |
| 596 | func (d *Devbox) saveCfg() error { |
| 597 | return d.cfg.Root.SaveTo(d.ProjectDir()) |
| 598 | } |
| 599 | |
| 600 | func (d *Devbox) Services() (services.Services, error) { |
| 601 | pluginSvcs, err := plugin.GetServices(d.cfg.IncludedPluginConfigs()) |
no test coverage detected