expo / turtle

Standalone app builder service
MIT License
385 stars 29 forks source link

Allow override of protocol validation in--public-url #234

Closed jameswilddev closed 4 years ago

jameswilddev commented 4 years ago

Checklist

Motivation and Context

This adds a new --allow-non-https-public-url which disables validation requiring that --public-url have a protocol of https://. This allows for unpublished builds as was possible before this validation was added (see https://github.com/expo/turtle/issues/210).

Description

I can't build turtle on my machine so I can't test it; lots of TypeScript errors.