ChaelCodes / MeetAnotherDay

An app to help you find and meet up with your friends at conferences.
MIT License
35 stars 20 forks source link

Codespaces run on Forked Repos #118

Closed ChaelCodes closed 3 years ago

ChaelCodes commented 3 years ago

Description of Feature or Issue

closes #64

I like to test PRs in Codespaces, but forked repos have a different url from the ChaelCodes repo. This results in an application error, as Rails blocks the new host. Fortunately, you can use regex when defining the host which makes the whole process easier.

Checklist

User-Facing Changes

Maintainer facing changes!