Wrong language
Hi,
I clone a private repo from Github. This contains only PHP/HTML/CSS code.
In the Repls overview it says language: Bash.
But in the .replit file it stands:
language = "php7" run = ""
Voters
Vandesm14
PHP and HTML repos do not work after importing from Github. I do not know when this will be fixed.
SixBeeps
Does it execute correctly?
beli3ver
I didn't try it, because I push it directly back to GitHub after changes. @niorg2606
php should
run = "php -S 0.0.0.0:8000 index.php"
, it works in template but it can't work with [Import from Github]