Skip to content

Commit

Permalink
fix: Fixed port number in README (#144)
Browse files Browse the repository at this point in the history
Fixed port number in README
#1504
  • Loading branch information
bmingles authored Nov 30, 2023
1 parent 1234151 commit 2eab938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Vite supports a proxy configuration that can be used to point local DHC or DHE t
npm run serve
```

This will serve the `plugins` directory at `http://localhost:5173`
This will serve the `plugins` directory at `http://localhost:4100` by default. The port can be configured via the `PORT` env variable.

The vite proxy can be configured in DHC with something like:

Expand Down

0 comments on commit 2eab938

Please sign in to comment.