Failed to open Stream: wp-includes/template-loader.php

Just spun up a fresh install of everything, when I ran vagrant up my localhost returns the following error/warning:

Warning: include(/srv/www/jackalopemedia.com/current/web/app/themes/./index.php): failed to open stream: No such file or directory in /srv/www/jackalopemedia.com/current/web/wp/wp-includes/template-loader.php on line 74

Warning: include(): Failed opening '/srv/www/jackalopemedia.com/current/web/app/themes/./index.php' for inclusion (include_path='.:/usr/share/php') in /srv/www/jackalopemedia.com/current/web/wp/wp-includes/template-loader.php on line 74

Here’s the repo.

I vagrant sshd into my VM and found template-loader.php and confirmed it there. I believe this is the line of code in question.

I also tried destroy/up multiple times. Keeps repeating the error. Anyone have any ideas?

Note: Probably irrelevant, but this is the first time I’ve installed Sage via composer instead of git cloning.