Update nixpacks.toml
This commit is contained in:
parent
dafc448e11
commit
1fb276056e
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
Loading…
Reference in a new issue