local-traffic 0.0.72 → 0.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/local-traffic.js +1446 -1
- package/dist/minified.js +1446 -0
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ That is a secure http/2 (or insecure http1.1) reverse-proxy installed on your ma
|
|
|
5
5
|
- with 0 transitive dependency
|
|
6
6
|
- with 1 install step
|
|
7
7
|
- with a startup time of a few milliseconds
|
|
8
|
-
- with one
|
|
8
|
+
- with one 34kb index.js file
|
|
9
9
|
|
|
10
10
|
How simple is that ?
|
|
11
11
|
|
|
@@ -66,7 +66,7 @@ npx local-traffic [location-of-the-local-traffic-config-file]
|
|
|
66
66
|
|
|
67
67
|
```bash
|
|
68
68
|
node -e 'const { start } = require("local-traffic"); start({ /* configuration goes here */ })'
|
|
69
|
-
|
|
69
|
+
```
|
|
70
70
|
|
|
71
71
|
## how to change mappings to local / non-local
|
|
72
72
|
|