From 32b70e653b9448e2a8fb3ece09a21ba28c1bd37d Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 6 Jul 2025 11:12:39 +0100 Subject: [PATCH] fix description of dev mode --- CONTRIBUTING.Sharkey.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.Sharkey.md b/CONTRIBUTING.Sharkey.md index cbeada4cd6..83e28b441f 100644 --- a/CONTRIBUTING.Sharkey.md +++ b/CONTRIBUTING.Sharkey.md @@ -247,11 +247,9 @@ pnpm dev - Service Worker is watched by esbuild. -- The frontend can be viewed by accessing `http://localhost:5173`. - -- The backend listens on the port configured with `port` in +- Sharkey is served on the port configured with `port` in `.config/default.yml`. If you have not changed it from the default, - it will be `http://localhost:3000`. + you can access it at `http://localhost:3000`. ### Testing