Skip to content

Commit

Permalink
provider: fix issue locating certain providers
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Jul 7, 2024
1 parent 5b1d93e commit e18ddf9
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 @@ -42,7 +42,7 @@ const __dirname = topLevelFileUrlToPath(new topLevelURL(".", import.meta.url))
Loader: esbuild.LoaderTS,
},
NodePaths: []string{
filepath.Join(input.Dir, ".sst", ".platform", "node_modules"),
filepath.Join(input.Dir, ".sst", "platform", "node_modules"),
},
External: []string{
"@pulumi/*",
Expand Down

0 comments on commit e18ddf9

Please sign in to comment.