Spaces:
Paused
Paused
File size: 555 Bytes
2cdc05c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | 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
|