Create .replit

pull/493/head
qkqpttgf 2021-12-12 18:15:22 +08:00 committed by GitHub
parent f909372a96
commit 5281adca5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.replit Normal file
View File

@ -0,0 +1,3 @@
language = "php74"
run = "php -S 0.0.0.0:8000 index.php"
entrypoint = "index.php"