Skip to content

Commit

Permalink
fix missing miniflare dep (#22)
Browse files Browse the repository at this point in the history
* add miniflare and wrangler has optional deps
  • Loading branch information
rphlmr authored Nov 28, 2024
1 parent e32322c commit 7f57050
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 188 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ Install the following npm package.
```bash
npm install react-router-hono-server

# For Cloudflare Workers, add the following
npm install -D miniflare wrangler
```

> [!TIP]
Expand Down
1 change: 1 addition & 0 deletions examples/react-router-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"miniflare": "^3.20241106.1",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.7",
"typescript": "^5.7.2",
Expand Down
Loading

0 comments on commit 7f57050

Please sign in to comment.