dockscope 0.2.4 → 0.2.5

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 CHANGED
@@ -65,7 +65,7 @@ npm install
65
65
  npm run dev
66
66
  ```
67
67
 
68
- This starts the backend on port `4681` and the Vite dev server on port `4680` with hot reload.
68
+ This starts the server on port `4681` with Vite HMR embedded single port, same as production.
69
69
 
70
70
  ### Scripts
71
71