We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79481ec commit 93ba47eCopy full SHA for 93ba47e
develop-docs/development-infrastructure/environment/index.mdx
@@ -65,12 +65,12 @@ First we will use [mkcert](https://github.com/FiloSottile/mkcert) to create and
65
brew install mkcert
66
brew install nss # if you use Firefox
67
brew install caddy
68
-yarn mkcert-localhost
+pnpm mkcert-localhost
69
```
70
71
Then we will run the reverse proxy as needed:
72
```shell
73
-yarn https-proxy
+pnpm https-proxy
74
75
76
After the server is running we can visit the dev server using `https` at port `:8003` instead of over `http` at `:8000`.
0 commit comments