diff --git a/examples/child-process/README.md b/examples/child-process/README.md index f53fb8a..d7fadcd 100644 --- a/examples/child-process/README.md +++ b/examples/child-process/README.md @@ -1,4 +1,6 @@ -# fetch +# child-process + +Running module runner inside child process (e.g. node, bun) with `--conditions react-server`, which allows `react` to be externalized. ```sh pnpm dev @@ -6,6 +8,7 @@ pnpm dev ## related -- https://github.com/flarelabs-net/vite-environment-providers - https://github.com/netlify/netlify-vite-environment +- https://github.com/flarelabs-net/vite-environment-providers +- https://github.com/flarelabs-net/vite-plugin-cloudflare - https://github.com/vitejs/vite/discussions/18191