fixed run

This commit is contained in:
2026-03-26 00:17:59 -05:00
parent 6afb853874
commit c08c0831b1
75 changed files with 20 additions and 14782 deletions

42
.replit
View File

@@ -1,42 +0,0 @@
modules = ["nodejs-20", "web", "postgresql-16"]
run = "npm run dev"
hidden = [".config", ".git", "generated-icon.png", "node_modules", "dist"]
[nix]
channel = "stable-24_05"
[[ports]]
localPort = 5000
externalPort = 80
[env]
PORT = "5000"
[deployment]
deploymentTarget = "autoscale"
run = ["node", "./dist/index.cjs"]
build = ["npm", "run", "build"]
[workflows]
runButton = "Project"
[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "Start application"
[[workflows.workflow]]
name = "Start application"
author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "bun run src/server.ts"
waitForPort = 5000
[workflows.workflow.metadata]
outputType = "webview"