expose
expose copied to clipboard
[2.0.1] You are not allowed to specify custom subdomains
expose share http://127.0.0.1 gives:
Note that it "thinks" that http is a custom domain... its not, its the protocol of the local site to share (as per the documentation)
expose share http://localhost:3000 from the documentation gives:
Trying to use custom domain: httplocalhost
which is obviously wrong too :)
Right, we should try and strip the protocol, if present to generate the automatic slug: https://github.com/beyondcode/expose/blob/master/app/Commands/ShareCommand.php#L41-L42