Rebuilds the Tower project with Vite, introduces first-person navigation controls for desktop and mobile, and adds AR floating labels for agent information. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 90c7a60b-2c61-4699-b5c6-6a1ac7469a4d Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 07379049-28ff-4b1c-aeeb-17e250821a43 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9f85e954-647c-46a5-90a7-396e495a805a/90c7a60b-2c61-4699-b5c6-6a1ac7469a4d/hoGhXo5 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]
|