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 = ""
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]
run = "php -S 0.0.0.0:8000 index.php"
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:
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]