DynamoMTL / shopify-pipeline

Shopify Pipeline - A modern pipeline for Shopify theme development
MIT License
86 stars 16 forks source link

Feature/configurable url #104

Open lastobelus opened 6 years ago

lastobelus commented 6 years ago

allows using a tls tunnel (ex: via ngrok) for yarn serve, so that you can collaborate remotely.

to use with an end-to-end ngrok tls tunnel, you add config/server.yml like:

devDomain: 'https://my.tld.com'
serveHttps: false