Skip to content

0.5 The one with more options

Latest
Compare
Choose a tag to compare
@shakyShane shakyShane released this 30 Apr 14:36
· 2 commits to master since this release

features

  • make proxy timeout configurable 795f3c5

    Many users were seeing 504 timeout errors - this is often because of how
    slow Magento is to run locally.

    The solve this problem, provide this new flag in the following way

    ~/Downloads/config-gen --proxy_timeout_secs 100 --config config.yml "https://mysite.test"
  • also apply timeout to proxy requests 75a5a32

  • added PresetOptions 21d1076

  • validate presets before starting a server b6ce59d

  • making paths configurable abf631d

fix

  • ensure loaders.js returns a body if not required. fixes #47 a4a6db0

improvement