Replit-Commit-Author: Agent Replit-Commit-Session-Id: 90c7a60b-2c61-4699-b5c6-6a1ac7469a4d Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 0c5aff42-9b57-46b2-8807-a9f54fd77115 Replit-Helium-Checkpoint-Created: true
36 lines
624 B
Plaintext
36 lines
624 B
Plaintext
modules = ["nodejs-24", "postgresql-16"]
|
|
|
|
[[artifacts]]
|
|
id = "artifacts/api-server"
|
|
|
|
[[artifacts]]
|
|
id = "artifacts/mockup-sandbox"
|
|
|
|
[deployment]
|
|
router = "application"
|
|
deploymentTarget = "autoscale"
|
|
build = ["sh", "-c", "pnpm --filter @workspace/api-server run build"]
|
|
run = ["sh", "-c", "node artifacts/api-server/dist/index.cjs"]
|
|
|
|
[deployment.postBuild]
|
|
args = ["pnpm", "store", "prune"]
|
|
env = { "CI" = "true" }
|
|
|
|
[workflows]
|
|
runButton = "Project"
|
|
|
|
[agent]
|
|
stack = "PNPM_WORKSPACE"
|
|
expertMode = true
|
|
|
|
[postMerge]
|
|
path = "scripts/post-merge.sh"
|
|
timeoutMs = 20000
|
|
|
|
[nix]
|
|
channel = "stable-25_05"
|
|
|
|
[userenv]
|
|
|
|
[userenv.shared]
|