Files
thrilltrack-explorer/.replit
pac7 ed16122aab Saved your changes before starting work
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 32931af6-20d6-4078-9ba3-f7c3a0662ed9
Replit-Commit-Checkpoint-Type: full_checkpoint
2025-10-27 17:30:48 +00:00

44 lines
670 B
Plaintext

modules = ["nodejs-20", "web", "deno-2", "postgresql-16"]
[nix]
channel = "stable-25_05"
[agent]
expertMode = true
[workflows]
runButton = "Project"
[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "Server"
[[workflows.workflow]]
name = "Server"
author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "npm run dev -- --host 0.0.0.0 --port 5000"
waitForPort = 5000
[workflows.workflow.metadata]
outputType = "webview"
[[ports]]
localPort = 5000
externalPort = 80
[[ports]]
localPort = 5001
externalPort = 3000
[[ports]]
localPort = 37143
externalPort = 3001