diff --git a/src/pages/docs/introduction/setup.md b/src/pages/docs/introduction/setup.md index a71900c5..2f0826f1 100644 --- a/src/pages/docs/introduction/setup.md +++ b/src/pages/docs/introduction/setup.md @@ -60,6 +60,8 @@ You can install the Greenwood CLI manually through your preferred package manage +> For PNPM users, you'll want to add `public-hoist-pattern[]=wc-compiler` to your _.npmrc_ file if using Greenwood's default server-rendering solution. + ## Commands diff --git a/src/pages/docs/plugins/lit-ssr.md b/src/pages/docs/plugins/lit-ssr.md index f861a4c5..7ee834c6 100644 --- a/src/pages/docs/plugins/lit-ssr.md +++ b/src/pages/docs/plugins/lit-ssr.md @@ -56,6 +56,8 @@ You can use your favorite JavaScript package manager to install this plugin. +> For PNPM users, you'll want to add `public-hoist-pattern[]=@lit-labs/*` to your _.npmrc_ file + Then add this plugin to your _greenwood.config.js_.