Delete .replit

This commit is contained in:
Julimiro 2024-07-15 14:17:30 -04:00
parent 787ec00bf9
commit dab6dbf77e

12
.replit
View file

@ -1,12 +0,0 @@
run = "php -S 0.0.0.0:8000 -t ."
[nix]
channel = "stable-22_11"
[deployment]
run = ["sh", "-c", "php -S 0.0.0.0:8000 -t ."]
deploymentTarget = "cloudrun"
[[ports]]
localPort = 8000
externalPort = 80