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]
|
[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"
|
Loading…
Reference in a new issue