mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 04:51:11 -05:00
Update dependency lock file to ensure consistent builds
Update bun.lockb with resolved dependencies. Replit-Commit-Author: Agent Replit-Commit-Session-Id: f44f1d1b-1dd8-407b-8603-db12902e1a15 Replit-Commit-Checkpoint-Type: full_checkpoint
This commit is contained in:
35
.replit
Normal file
35
.replit
Normal file
@@ -0,0 +1,35 @@
|
||||
modules = ["nodejs-20", "web"]
|
||||
|
||||
[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
|
||||
Reference in New Issue
Block a user