Update nixpacks.toml
This commit is contained in:
parent
4c814fb3df
commit
1f9e82c2a2
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
[phases.setup]
|
[phases.setup]
|
||||||
commands = [
|
commands = [
|
||||||
"npm install -g bun"
|
"npm install -g bun"
|
||||||
]
|
]
|
||||||
|
nixPkgs = ["bun"]
|
||||||
|
|
||||||
[phases.install]
|
[phases.install]
|
||||||
commands = [
|
commands = [
|
||||||
|
@ -14,5 +14,5 @@ commands = [
|
||||||
"bun run build"
|
"bun run build"
|
||||||
]
|
]
|
||||||
|
|
||||||
[phases.start]
|
[start]
|
||||||
commands = ["bun run start"]
|
cmd = "bun run start"
|
||||||
|
|
Loading…
Reference in a new issue