Skip to content

Commit 6b32efc

Browse files
authored
Update hosting.md
1 parent 182467e commit 6b32efc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/start/framework/react/hosting.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,13 @@ export default defineConfig({
6565
],
6666
})
6767
```
68+
3. Install `wrangler`
6869

69-
3. Add a `wrangler.json` config file
70+
```bash
71+
pnpm add wrangler -D
72+
```
73+
74+
4. Add a `wrangler.json` config file
7075

7176
```json
7277
{

0 commit comments

Comments
 (0)