From 3231c171513932a9530356159de8c4ffe912dc29 Mon Sep 17 00:00:00 2001 From: Michael Kinder Date: Mon, 29 Jun 2026 21:11:50 -0400 Subject: [PATCH] update railpack --- railpack.json | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/railpack.json b/railpack.json index a1b3119..ee3f1f9 100644 --- a/railpack.json +++ b/railpack.json @@ -1,30 +1,5 @@ { - "$schema": "https://railpack.com", - "steps": { - "install": { - "inputs": [ - { - "context": "." - } - ], - "commands": [ - "npm install" - ] - }, - "build": { - "inputs": [ - { - "step": "install" - }, - { - "context": "." - } - ], - "commands": [ - "npm run build" - ] - } - }, + "$schema": "https://schema.railpack.com", "deploy": { "startCommand": "npx serve dist --port 3000" }