vzcode 0.56.0 → 0.57.0

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
@@ -55,12 +55,14 @@ If you're on Windows, you'll also need to do this additional step:
55
55
  npm install @rollup/rollup-win32-x64-msvc
56
56
  ```
57
57
 
58
- For hot reloading (client-side only), run:
58
+ For local development with hot reloading (for client-side changes only), _keep the server running, started by_ `npm run test-interactive`, and also in a separate terminal run this:
59
59
 
60
60
  ```bash
61
61
  npm run dev
62
62
  ```
63
63
 
64
+ This will expose http://localhost:5173/ and proxy the requests for data to the server (running on port 3030).
65
+
64
66
  You can also use [npm link](https://docs.npmjs.com/cli/v8/commands/npm-link) to set up the `vzcode` NPM package in another project to point to your clone of the repository. This can be useful when testing out how `vzcode` functions as a dependency.
65
67
 
66
68
  ## Features