Multiplayer / .replit
ILLERRAPS's picture
Upload folder using huggingface_hub
2cdc05c verified
entrypoint = "main.py"
modules = ["python-3.10:v18-20230807-322e88b"]
[nix]
channel = "stable-23_05"
[unitTest]
language = "python3"
[gitHubImport]
requiredFiles = [".replit", "replit.nix"]
[deployment]
run = ["sh", "-c", "npm run start"]
deploymentTarget = "cloudrun"
[[ports]]
localPort = 5000
externalPort = 3000
exposeLocalhost = true
[[ports]]
localPort = 7860
externalPort = 80
exposeLocalhost = true
[[ports]]
localPort = 8000
externalPort = 8000
exposeLocalhost = true
[[ports]]
localPort = 8080
externalPort = 5173
exposeLocalhost = true