From 19f64ee4885b941edfcf8ed2b32a18d0e71059c9 Mon Sep 17 00:00:00 2001 From: Priyanka Punukollu Date: Sun, 1 Mar 2026 01:54:44 -0600 Subject: [PATCH] fix: simplify root railway.toml for Ghostfolio web Made-with: Cursor --- railway.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/railway.toml b/railway.toml index 2c59a858b..8ca3b34c6 100644 --- a/railway.toml +++ b/railway.toml @@ -1,9 +1,6 @@ [build] builder = "nixpacks" -[build.nixpacksPlan.phases.setup] -nixPkgs = ["nodejs_20", "npm-9_x"] - [deploy] startCommand = "node dist/apps/api/main.js" healthcheckPath = "/api/v1/health"