Skip to content

chore: Update devtools scripts to avoid opening browser window#7777

Merged
camdecoster merged 4 commits intomasterfrom
cam/7776/update-devtools-script
Apr 28, 2026
Merged

chore: Update devtools scripts to avoid opening browser window#7777
camdecoster merged 4 commits intomasterfrom
cam/7776/update-devtools-script

Conversation

@camdecoster
Copy link
Copy Markdown
Contributor

@camdecoster camdecoster commented Apr 28, 2026

Description

Print a URL to open the dev server when running npm start or npm run regl-codegen instead of opening a browser window directly.

Closes #7776.

Changes

  • Update devtools server scripts
  • Fix issue with loading plotly.js in regl codegen
  • Fix issue with esbuild config for regl codegen
  • Remove unused dependency
  • Update docs per above changes

Testing

  • Run npm start or npm run regl-codegen
  • Note that no browser window opens
  • Note that the server URL is printed in the terminal

Notes

  • regl codegen has been broken for a while
  • In a future PR, this will run in CI if the proper files have been changed

Copy link
Copy Markdown
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@camdecoster camdecoster merged commit d6df77f into master Apr 28, 2026
84 checks passed
@camdecoster camdecoster deleted the cam/7776/update-devtools-script branch April 28, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Print URL for DevTools server in terminal and don't open browser window when running npm start

2 participants