Commit 347732a
authored
build: Create
This creates a new command `yarn https-proxy` to help people use their
dev servers over https.
The json file content was generated using `caddy adapt` with this config
as input:
```
:8003
reverse_proxy localhost:8000
tls ./config/localhost.pem ./config/localhost-key.pem
```
Relates to getsentry/sentry-docs#11520yarn https:proxy command (#78774)1 parent 6e3a1e1 commit 347732a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
248 | 249 | | |
249 | 250 | | |
250 | 251 | | |
| |||
0 commit comments