Create .replit

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

2
.replit Normal file
View File

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