Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 2, 2024
1 parent e2ceb5f commit 2d4a26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/workerd-cli/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ async function main() {
noExternal: true,
},
dev: {
createEnvironment: (server, name) =>
createWorkerdDevEnvironment(server, name, {
createEnvironment: (name, config) =>
createWorkerdDevEnvironment(name, config, {
miniflare: {
log: new Log(),
},
Expand Down

0 comments on commit 2d4a26c

Please sign in to comment.