sts/.replit
2023-01-26 18:09:07 +00:00

5 lines
60 B
Text

run = "php -S 0.0.0.0:8000 -t ."
entrypoint = "index.php"