Update .replit

This commit is contained in:
Lucas 2021-09-10 19:37:42 -03:00 committed by GitHub
parent 28cf4cbe42
commit 6ffd384d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
language = "php"
language = "php7"
run = "php -S 0.0.0.0:8080"