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 2531cd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/kind-ducks-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wrangler": minor
---

Python support for remote dev
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 2531cd0

Please sign in to comment.