OneManager-php/.replit

8 lines
189 B
Plaintext
Raw Normal View History

2021-12-12 10:15:22 +00:00
run = "php -S 0.0.0.0:8000 index.php"
entrypoint = "index.php"
2023-04-09 06:51:20 +00:00
[nix]
channel = "stable-22_11"
2023-09-06 09:41:01 +00:00
[deployment]
run = ["sh", "-c", "php -S 0.0.0.0:8000 index.php"]
deploymentTarget = "cloudrun"