fix description of dev mode

This commit is contained in:
dakkar 2025-07-06 11:12:39 +01:00
parent 497d983032
commit 32b70e653b

View file

@ -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