Update nixpacks.toml
This commit is contained in:
parent
27421067bc
commit
a75a03d262
1 changed files with 0 additions and 14 deletions
|
@ -2,17 +2,3 @@
|
||||||
nixPkgs = ["nodejs_18", "bun"]
|
nixPkgs = ["nodejs_18", "bun"]
|
||||||
aptPkgs = ["curl", "wget"]
|
aptPkgs = ["curl", "wget"]
|
||||||
|
|
||||||
[phases.install]
|
|
||||||
commands = [
|
|
||||||
"bun install"
|
|
||||||
]
|
|
||||||
|
|
||||||
[phases.build]
|
|
||||||
commands = [
|
|
||||||
"bun run build"
|
|
||||||
]
|
|
||||||
|
|
||||||
[phases.start]
|
|
||||||
commands = [
|
|
||||||
"bun run start"
|
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in a new issue