From a0368752f0b87b841dcc6632d622ed81c0210b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20=27birdy=27=20Danjou?= Date: Mon, 16 Dec 2024 16:33:54 +0100 Subject: [PATCH] fix: remove comment on README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a9c0e35..be168d6 100644 --- a/README.md +++ b/README.md @@ -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