Skip to content

Commit

Permalink
refine Cloudflare setup in README
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton authored Dec 4, 2024
1 parent 5c61607 commit 6e00973
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,19 @@
### Cloudflare Workers
Similar to above but with extra setups,
try use this template [repo](https://github.com/imcotton/temp-cf-indirect-short) as scaffolding.
install
```sh
npx jsr add @indirect/short
```
import
```js
import { make } from '@indirect/short/deploy/unstable-cloudflare'
```
More details, please use this template [repo](https://github.com/imcotton/temp-cf-indirect-short) as scaffolding.
Expand Down

0 comments on commit 6e00973

Please sign in to comment.