readthedocs / common

Shared bits around multiple repositories
MIT License
22 stars 38 forks source link

wrangler: ability to serve addons from local development #199

Open humitos opened 8 months ago

humitos commented 8 months ago

The idea would be to call inv docker.up --addons-local-dev or similar and make the CF worker to inject http://localhost:8000/readthedocs-addons.js instead of the /_/static/ URL.

See https://github.com/readthedocs/readthedocs.org/pull/10965#discussion_r1479728044 for more context.