Shopify / shopify-cli-extensions

MIT License
24 stars 9 forks source link

Expose Dev Console url in Server response #341

Closed vividviolet closed 2 years ago

vividviolet commented 2 years ago

Changes

Tophat

  1. Run make build; make run serve testdata/extension.config.yml
  2. Open http://localhost:8000
  3. Click on the link to any extension
  4. Verify that the tunnel error message appears
  5. Open http://localhost:8000/extensions
  6. Verify that the JSON response contains {devConsole: {url: "http://localhost:8000/extensions/dev-console"} image