Fix open recipe chat via deeplink (#3773)

Co-authored-by: Zane Staggs <zane@squareup.com>
This commit is contained in:
Lifei Zhou 2025-08-02 04:32:18 +10:00 committed by GitHub
parent a33460244c
commit ba9981d1fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 3 deletions

View file

@ -155,6 +155,20 @@ debug-ui:
npm install && \
npm run start-gui
# Run UI with main process debugging enabled
# To debug main process:
# 1. Run: just debug-ui-main-process
# 2. Open Chrome → chrome://inspect
# 3. Click "Open dedicated DevTools for Node"
# 4. If not auto-detected, click "Configure" and add: localhost:9229
debug-ui-main-process:
@echo "🔍 Starting Goose UI with main process debugging enabled"
@just release-binary
cd ui/desktop && \
npm install && \
npm run start-gui-debug
# Run UI with alpha changes
run-ui-alpha temporal="true":
@just release-binary