I have previously created a small personal project where I had the frontend (react) and backend (django) in two separate repo's. This made it easier to push to Railway in the past. However, for a new project I am about to start I would like to have both frontend/backend in the same repo so I don't have to worry about one of the repo's failing to push while the other succeeds. Does anyone have any suggestions for this?