OneManager-php/.replit

4 lines
82 B
Plaintext

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