Files
sapiens-web3/.replit
kimjaehyeon0101 6d27a263c2 Update footer logo source to ensure consistent styling
Update the footer logo image source in `client/src/components/Footer.tsx` by appending a cache-busting query parameter `?v=2` to the existing path `/attached_assets/sapiens_footer_logo.png`.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8ed40069-729c-4a0d-a003-1834630466e9
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/8ed40069-729c-4a0d-a003-1834630466e9/oZgexwr
2025-10-15 12:09:17 +00:00

87 lines
1.4 KiB
Plaintext

modules = ["nodejs-20", "web", "postgresql-16"]
run = "npm run dev"
hidden = [".config", ".git", "generated-icon.png", "node_modules", "dist"]
[nix]
channel = "stable-24_05"
[deployment]
deploymentTarget = "autoscale"
build = ["npm", "run", "build"]
run = ["npm", "run", "start"]
[[ports]]
localPort = 5000
externalPort = 80
[[ports]]
localPort = 34047
externalPort = 3002
[[ports]]
localPort = 36309
externalPort = 5173
[[ports]]
localPort = 37333
externalPort = 8000
[[ports]]
localPort = 37413
externalPort = 5000
[[ports]]
localPort = 37531
externalPort = 3001
[[ports]]
localPort = 38387
externalPort = 3003
[[ports]]
localPort = 39937
externalPort = 6800
[[ports]]
localPort = 41425
externalPort = 6000
[[ports]]
localPort = 42129
externalPort = 8008
[[ports]]
localPort = 43349
externalPort = 3000
[[ports]]
localPort = 43777
externalPort = 4200
[env]
PORT = "5000"
[agent]
integrations = ["javascript_object_storage:1.0.0", "javascript_log_in_with_replit:1.0.0", "javascript_database:1.0.0", "javascript_openai_ai_integrations:1.0.0"]
[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 = "npm run dev"
waitForPort = 5000