37 lines
519 B
Plaintext
37 lines
519 B
Plaintext
modules = ["nodejs-24", "postgresql-16"]
|
|
|
|
[[artifacts]]
|
|
id = "artifacts/api-server"
|
|
|
|
[[artifacts]]
|
|
id = "artifacts/mockup-sandbox"
|
|
|
|
[deployment]
|
|
router = "application"
|
|
deploymentTarget = "autoscale"
|
|
|
|
[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]
|
|
|
|
[[ports]]
|
|
localPort = 8080
|