Skip to content

Commit

Permalink
Add python support for remote dev
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettgu10 committed Feb 28, 2024
1 parent 54f6bfc commit aae3fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/dev/remote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ async function createRemoteWorkerInit(props: {
main: {
name: path.basename(props.bundle.path),
filePath: props.bundle.path,
type: getBundleType(props.format),
type: getBundleType(props.format, path.basename(props.bundle.path)),
content,
},
modules,
Expand Down

0 comments on commit aae3fcb

Please sign in to comment.