Skip to content

Commit f9d7cd9

Browse files
Copilothi-ogawa
andauthored
chore: fix type in README.md (#804)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: hi-ogawa <[email protected]>
1 parent 508bed6 commit f9d7cd9

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-rsc/examples/starter-cf-single

1 file changed

+1
-1
lines changed

packages/plugin-rsc/examples/starter-cf-single/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://vite-rsc-starter.hiro18181.workers.dev
77
The difference from [examples/react-router](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-rsc/examples/react-router) is that this doesn't require two workers.
88

99
- RSC environment always runs on Cloudflare Workers.
10-
- During development, SSR environment runs as Vite's deafult Node environment.
10+
- During development, SSR environment runs as Vite's default Node environment.
1111
- During production, SSR environment build output is directly imported into RSC environment build and both codes run on the same worker.
1212

1313
Such communication mechanism is enabled via `rsc({ loadModuleDevProxy: true })` plugin option.

0 commit comments

Comments
 (0)