Skip to content

Commit

Permalink
fix(zbpack): remove unecessary debug
Browse files Browse the repository at this point in the history
Signed-off-by: hackerchai <[email protected]>
  • Loading branch information
hackerchai committed Oct 29, 2023
1 parent fb687d7 commit 9bb7b57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/static/TransformServerless.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (

// TransformServerless copies the static files from output to .zeabur/output/static and creates a config.json file for SPA
func TransformServerless(image, workdir string, meta types.PlanMeta, planType types.PlanType) error {
println("planType: ", planType)
if planType == types.PlanTypeNodejs {
err := utils.CopyFromImage(image, path.Join("/src", meta["outputDir"])+"/.", path.Join(workdir, ".zeabur/output/static"))
if err != nil {
Expand Down

0 comments on commit 9bb7b57

Please sign in to comment.