Update nixpacks.toml

This commit is contained in:
chark1es 2025-01-23 14:25:42 -08:00
parent 0677cd6676
commit dafc448e11

View file

@ -1,7 +1,6 @@
[phases.setup] [phases.setup]
nixPkgs = ["nodejs", "bun"] pkgs = ["bun"]
cmds = ["bun --version"] cmds = ["bun --version"]
providers = ["bun"]
[phases.install] [phases.install]
cmds = ["bun install"] cmds = ["bun install"]
@ -13,4 +12,6 @@ cmds = ["bun run build"]
cmd = "bun run start" cmd = "bun run start"
[variables] [variables]
NODE_PACKAGE_MANAGER = "bun" NODE_PACKAGE_MANAGER = "bun"
NIXPACKS_NO_INSTALL_NODE = "1"
NIXPACKS_PKGS = "bun"