Skip to content

Commit

Permalink
sst.aws.Function: remove double copyFile
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Oct 11, 2024
1 parent 8c7e738 commit a9eec92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (c *Collection) Build(ctx context.Context, input *BuildInput) (*BuildOutput
return nil, err
}
}
if !input.Dev {
if !input.Dev && false {
sourceFile, err := os.Open(from)
if err != nil {
return nil, err
Expand Down

0 comments on commit a9eec92

Please sign in to comment.