Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "dev-proxy", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"author": [ | ||
@@ -5,0 +5,0 @@ "Cameron Hunter <hello@cameronhunter.co.uk>", |
@@ -33,2 +33,4 @@ dev-proxy | ||
Start your web server on the source port (`9000` in the example) and navigate to `https://localhost:<target-port>` ([https://localhost:9001](https://localhost:9001) in the example). You'll get a warning because the certificate is self-signed, this is safe to ignore during development. | ||
To create multiple proxies run: | ||
@@ -38,3 +40,1 @@ ```sh | ||
``` | ||
Start your web server on the source port (`9000` in the example) and navigate to `https://localhost:<target-port>` ([https://localhost:9001](https://localhost:9001) in the example). You'll get a warning because the certificate is self-signed, this is safe to ignore during development. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5497