This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
token-gated-economy/.replit
alexpaynex 224208fa0f Saved progress at the end of the loop
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 418bf6f8-212b-4bb0-a7a5-8231a061da4e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: aef73c94-6788-4125-9acc-9061b4713e96
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9f85e954-647c-46a5-90a7-396e495a805a/418bf6f8-212b-4bb0-a7a5-8231a061da4e/Q83Uqvu
Replit-Helium-Checkpoint-Created: true
2026-03-19 18:42:21 +00:00

38 lines
755 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]
TIMMY_TOKEN_SECRET = "33e5ed35e9af236bf4df2df7330d30118e27d0dd83a97a8c50b29e4bae50668e"
GITEA_URL = "https://mm.tailb74b2d.ts.net"