Update nixpacks.toml
This commit is contained in:
parent
0677cd6676
commit
dafc448e11
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
[phases.setup]
|
||||
nixPkgs = ["nodejs", "bun"]
|
||||
pkgs = ["bun"]
|
||||
cmds = ["bun --version"]
|
||||
providers = ["bun"]
|
||||
|
||||
[phases.install]
|
||||
cmds = ["bun install"]
|
||||
|
@ -14,3 +13,5 @@ cmd = "bun run start"
|
|||
|
||||
[variables]
|
||||
NODE_PACKAGE_MANAGER = "bun"
|
||||
NIXPACKS_NO_INSTALL_NODE = "1"
|
||||
NIXPACKS_PKGS = "bun"
|
Loading…
Reference in a new issue