Skip to content

Commit

Permalink
Use workerd export instead of worker
Browse files Browse the repository at this point in the history
  • Loading branch information
porsager committed Mar 14, 2024
1 parent 2b85ea7 commit e479f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"exports": {
"types": "./types/index.d.ts",
"bun": "./src/index.js",
"worker": "./cf/src/index.js",
"workerd": "./cf/src/index.js",
"import": "./src/index.js",
"default": "./cjs/src/index.js"
},
Expand Down

0 comments on commit e479f25

Please sign in to comment.