Skip to content

Commit

Permalink
Merge pull request #180 from zeabur/pan93412/ZEA-2340
Browse files Browse the repository at this point in the history
fix(planner/bun): Pass config in context
  • Loading branch information
yuaanlin authored Dec 18, 2023
2 parents 9ef358d + 4829f50 commit a884b13
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 a884b13

Please sign in to comment.