mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 04:31:13 -05:00
Require Authentication Assurance Level 2 (AAL2) for user banning/unbanning, role assignments, content moderation, system settings changes, and database operations. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 8d6e34be-9b3f-4293-af2d-feb575094935 Replit-Commit-Checkpoint-Type: full_checkpoint
48 lines
719 B
Plaintext
48 lines
719 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
|
|
|
|
[[ports]]
|
|
localPort = 37623
|
|
externalPort = 3002
|