vite-plugin-rpx 0.11.1 → 0.11.3
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 +3 -2
- package/dist/index.js +4621 -9805
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ bun add vite-plugin-pretty-urls-https
|
|
|
29
29
|
|
|
30
30
|
## Usage
|
|
31
31
|
|
|
32
|
-
### In your vite.config.js
|
|
32
|
+
### In your vite.config.js
|
|
33
33
|
|
|
34
34
|
```js
|
|
35
35
|
import { defineConfig } from 'vite'
|
|
@@ -99,6 +99,7 @@ export default defineConfig({
|
|
|
99
99
|
```
|
|
100
100
|
|
|
101
101
|
Key differences:
|
|
102
|
+
|
|
102
103
|
- No WebSocket port allocation issues
|
|
103
104
|
- No separate proxy server running
|
|
104
105
|
- More streamlined approach
|
|
@@ -128,7 +129,7 @@ This approach is much simpler and avoids the complex port allocation logic that
|
|
|
128
129
|
|
|
129
130
|
If your browser doesn't trust the certificates:
|
|
130
131
|
|
|
131
|
-
1. Navigate to
|
|
132
|
+
1. Navigate to `<https://yourapp.localhost>`
|
|
132
133
|
2. Accept the security warning
|
|
133
134
|
3. The certificate should be stored in your system keychain
|
|
134
135
|
|