From c5b919986abe28ce7f3d6876a221d07cd803aa0b Mon Sep 17 00:00:00 2001 From: Michael Kinder Date: Mon, 29 Jun 2026 21:19:05 -0400 Subject: [PATCH] update railpack --- railpack.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/railpack.json b/railpack.json index ee3f1f9..87585ec 100644 --- a/railpack.json +++ b/railpack.json @@ -1,6 +1,5 @@ { - "$schema": "https://schema.railpack.com", "deploy": { - "startCommand": "npx serve dist --port 3000" + "startCommand": "npx serve dist -l 3000" } } \ No newline at end of file