Skip to content

Commit

Permalink
fix: remove comment on README
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Dec 16, 2024
1 parent c9101c4 commit a036875
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ Copy `.env.example` to `.env` and update the gateway URL, ACL address, and KMS a
npm run dev
```

The server listens on [http://localhost:4173/](http://localhost:4173/)

Note: HMR is currently broken because Vite does not handle WASM correctly. A workaround has been implemented as a script: running `npm run dev` will execute a build watch alongside Vite preview. If you have a solution for enabling the Vite dev server with HMR, feel free to open a pull request! :)
The server listens on [http://localhost:5173/](http://localhost:5173/)

## Build

Expand Down

0 comments on commit a036875

Please sign in to comment.