From 5c83ceaa536319bcc0b3cfb7e13c1454bad19f04 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sun, 12 Jan 2025 20:39:58 +1100 Subject: [PATCH] feat: Try to use static build --- nixpacks.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/nixpacks.json b/nixpacks.json index f8a6d9d..5a4ab8b 100644 --- a/nixpacks.json +++ b/nixpacks.json @@ -1,7 +1,5 @@ { - "providers": [ - "node" - ], + "providers": [], "buildImage": "ghcr.io/railwayapp/nixpacks:ubuntu-1731369831", "variables": { "CI": "true", @@ -45,8 +43,5 @@ ], "nixpkgsArchive": "e05605ec414618eab4a7a6aea8b38f6fbbcc8f08" } - }, - "start": { - "cmd": "yarn dev --host" } -} \ No newline at end of file +}