Files
Postiz-android/.replit
T
2026-05-04 04:33:26 +00:00

41 lines
579 B
Plaintext

modules = ["nodejs-24", "python-3.11"]
[deployment]
router = "application"
deploymentTarget = "autoscale"
[deployment.postBuild]
args = ["pnpm", "store", "prune"]
env = { "CI" = "true" }
[workflows]
runButton = "Project"
[agent]
stack = "PNPM_WORKSPACE"
expertMode = true
[postMerge]
path = "scripts/post-merge.sh"
timeoutMs = 120000
[[ports]]
localPort = 8080
externalPort = 8080
[[ports]]
localPort = 8081
externalPort = 80
[[ports]]
localPort = 8082
externalPort = 3001
[[ports]]
localPort = 20976
externalPort = 3000
[[ports]]
localPort = 20977
externalPort = 3002