From bb6c2d0e269ed2e675cc2e54de59384858a0cb2b Mon Sep 17 00:00:00 2001 From: Douwe Osinga Date: Sat, 7 Feb 2026 14:59:22 +0100 Subject: [PATCH] Use goose port --- Justfile | 1 - ui/desktop/src/goosed.ts | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 04d84aa79144..5793b761e4f0 100644 --- a/Justfile +++ b/Justfile @@ -142,7 +142,6 @@ debug-ui *alpha: @echo "🚀 Starting goose frontend in external backend mode{{ if alpha == "alpha" { " with alpha features enabled" } else { "" } }}" cd ui/desktop && \ export GOOSE_EXTERNAL_BACKEND=true && \ - export GOOSE_EXTERNAL_PORT=3000 && \ {{ if alpha == "alpha" { "export ALPHA=true &&" } else { "" } }} \ npm install && \ npm run {{ if alpha == "alpha" { "start-alpha-gui" } else { "start-gui" } }} diff --git a/ui/desktop/src/goosed.ts b/ui/desktop/src/goosed.ts index 9a5c14f6f554..2528a816e833 100644 --- a/ui/desktop/src/goosed.ts +++ b/ui/desktop/src/goosed.ts @@ -105,7 +105,8 @@ export const startGoosed = async (options: StartGoosedOptions): Promise