Update nixpacks.toml

This commit is contained in:
chark1es 2025-01-23 14:20:22 -08:00
parent ed62c646de
commit 881781e44f

View file

@ -1,5 +1,6 @@
[phases.setup] [phases.setup]
pkgs = ["bun"] pkgs = ["bun"]
cmds = ["bun --version"]
[phases.install] [phases.install]
cmds = ["bun install"] cmds = ["bun install"]
@ -8,4 +9,7 @@ cmds = ["bun install"]
cmds = ["bun run build"] cmds = ["bun run build"]
[start] [start]
cmd = "bun run start" cmd = "bun run start"
[variables]
NODE_PACKAGE_MANAGER = "bun"