mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
Fixes https://chat.zulip.org/#narrow/channel/19-documentation/topic/new.20help.20center.3A.20run-dev.20options/near/2238128. When running the dev server, astro/starlight makes a lot of requests on the base URL, which are not scoped to /starlight_help. We need to host the dev server on it's own port for it to work well. This commit fixes that.