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