API / .replit
Puruu Puruu
Update
8c49e5c
raw
history blame contribute delete
731 Bytes
entrypoint = "index.js"
modules = ["nodejs-22"]
hidden = [".config", "package-lock.json"]
[gitHubImport]
requiredFiles = [".replit", "replit.nix", "package.json", "package-lock.json"]
[nix]
channel = "stable-24_11"
packages = ["zip"]
[deployment]
run = ["node", "index.js"]
deploymentTarget = "autoscale"
ignorePorts = false
[workflows]
runButton = "Run"
[[workflows.workflow]]
name = "Run"
author = 35493899
mode = "sequential"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "node sw.js && node zip.js && npm i && npm start"
[[ports]]
localPort = 3000
externalPort = 80
[[ports]]
localPort = 3001
externalPort = 3001
[[ports]]
localPort = 3002
externalPort = 3002
[[ports]]
localPort = 7860
externalPort = 3000