From 1fb276056e591f8da49a44585e91865ceb0ccc71 Mon Sep 17 00:00:00 2001 From: chark1es Date: Thu, 23 Jan 2025 14:27:01 -0800 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index 62d7061..3e904d7 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,6 +1,7 @@ [phases.setup] -pkgs = ["bun"] +pkgs = ["nodejs", "bun"] cmds = ["bun --version"] +providers = ["bun"] [phases.install] cmds = ["bun install"] @@ -12,6 +13,4 @@ cmds = ["bun run build"] cmd = "bun run start" [variables] -NODE_PACKAGE_MANAGER = "bun" -NIXPACKS_NO_INSTALL_NODE = "1" -NIXPACKS_PKGS = "bun" \ No newline at end of file +NODE_PACKAGE_MANAGER = "bun" \ No newline at end of file