Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Jul 8, 2024
1 parent e2fbb4d commit 5501609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/js/js.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type EvalOptions struct {

func Build(input EvalOptions) (esbuild.BuildResult, error) {
outfile := filepath.Join(input.Dir, ".sst", "platform", fmt.Sprintf("sst.config.%v.mjs", time.Now().UnixMilli()))
slog.Info("esbuild building", outfile)
slog.Info("esbuild building", "out", outfile)
result := esbuild.Build(esbuild.BuildOptions{
Banner: map[string]string{
"js": `
Expand Down

0 comments on commit 5501609

Please sign in to comment.