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]
|
||||
commands = [
|
||||
"npm install -g bun"
|
||||
]
|
||||
nixPkgs = ["bun"]
|
||||
|
||||
[phases.install]
|
||||
commands = [
|
||||
|
@ -14,5 +14,5 @@ commands = [
|
|||
"bun run build"
|
||||
]
|
||||
|
||||
[phases.start]
|
||||
commands = ["bun run start"]
|
||||
[start]
|
||||
cmd = "bun run start"
|
||||
|
|
Loading…
Reference in a new issue