Skip to content

Commit

Permalink
Update README and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent 3ca9c3f commit 9053e9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ bun run index.ts
```

This project was created using `bun init` in bun v1.1.24. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.


This repository was forked from opraying/workers-starter.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "worker-starter",
"name": "worker-ai-test",
"module": "src/index.ts",
"type": "module",
"packageManager": "[email protected]",
Expand Down Expand Up @@ -59,4 +59,4 @@
"vitest": "^2.1.1",
"wrangler": "^3.78.12"
}
}
}

0 comments on commit 9053e9b

Please sign in to comment.