Update nixpacks.toml
This commit is contained in:
parent
881781e44f
commit
c3da871e27
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
[phases.setup]
|
[phases.setup]
|
||||||
pkgs = ["bun"]
|
pkgs = ["bun"]
|
||||||
cmds = ["bun --version"]
|
cmds = ["bun --version"]
|
||||||
|
providers = ["bun"]
|
||||||
|
|
||||||
[phases.install]
|
[phases.install]
|
||||||
cmds = ["bun install"]
|
cmds = ["bun install"]
|
||||||
|
|
Loading…
Reference in a new issue