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