Skip to content

Commit

Permalink
fix(planner/bun): Pass config in context
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Dec 18, 2023
1 parent 9ef358d commit 4829f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/bun/identify.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4829f50

Please sign in to comment.