Update nixpacks.toml

This commit is contained in:
chark1es 2025-01-23 14:27:01 -08:00
parent dafc448e11
commit 1fb276056e

View file

@ -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"
NODE_PACKAGE_MANAGER = "bun"