mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
Fix open recipe chat via deeplink (#3773)
Co-authored-by: Zane Staggs <zane@squareup.com>
This commit is contained in:
parent
a33460244c
commit
ba9981d1fc
4 changed files with 23 additions and 3 deletions
14
Justfile
14
Justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue