mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 06:51:12 -05:00
Add a new sidebar navigation component, including routing and styling, to enhance user experience and provide quick access to different sections of the application. Replit-Commit-Author: Agent Replit-Commit-Session-Id: da324197-4d44-4e4b-b342-fe8ae33cf0cf Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7cdf4e95-3f41-4180-b8e3-8ef56d032c0e/da324197-4d44-4e4b-b342-fe8ae33cf0cf/FKxKaZw
52 lines
768 B
Plaintext
52 lines
768 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
|
|
|
|
[[ports]]
|
|
localPort = 44679
|
|
externalPort = 3003
|