From f78563794510d2a3e97614fa477f91f08b0a5f28 Mon Sep 17 00:00:00 2001 From: alexpaynex <55271826-alexpaynex@users.noreply.replit.com> Date: Wed, 18 Mar 2026 17:19:38 +0000 Subject: [PATCH] Published your App Replit-Commit-Author: Deployment Replit-Commit-Session-Id: 418bf6f8-212b-4bb0-a7a5-8231a061da4e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: be88c3fd-cdde-409a-a807-c8bb934d7267 Replit-Commit-Deployment-Build-Id: 848bca0f-322f-442c-b1c2-4f19cfda133d Replit-Helium-Checkpoint-Created: true --- .replit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.replit b/.replit index f904759..3d65035 100644 --- a/.replit +++ b/.replit @@ -9,6 +9,8 @@ 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"]