diff --git a/internal/bun/identify.go b/internal/bun/identify.go index fae2e587..8e7ad027 100644 --- a/internal/bun/identify.go +++ b/internal/bun/identify.go @@ -38,6 +38,7 @@ func (i *identify) PlanMeta(options plan.NewPlannerOptions) types.PlanMeta { return GetMeta( GetMetaOptions{ Src: options.Source, + Config: options.Config, CustomBuildCmd: options.CustomBuildCommand, CustomStartCmd: options.CustomStartCommand, OutputDir: options.OutputDir,