Update nixpacks.toml
This commit is contained in:
parent
ed62c646de
commit
881781e44f
1 changed files with 5 additions and 1 deletions
|
@ -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"]
|
||||||
|
@ -9,3 +10,6 @@ cmds = ["bun run build"]
|
||||||
|
|
||||||
[start]
|
[start]
|
||||||
cmd = "bun run start"
|
cmd = "bun run start"
|
||||||
|
|
||||||
|
[variables]
|
||||||
|
NODE_PACKAGE_MANAGER = "bun"
|
Loading…
Reference in a new issue