Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 14, 2024
1 parent 964bfc6 commit e7a0ce7
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# workerd-repl
# workerd-cli

```sh
$ pnpm repl
$ pnpm cli
[mf:inf] Ready on http://127.0.0.1:44031

> (await import("/wrangler.toml?raw")).default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"repl": "tsx src/cli.ts"
"cli": "tsx src/cli.ts"
},
"dependencies": {},
"devDependencies": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7a0ce7

Please sign in to comment.