Update nixpacks.toml

This commit is contained in:
chark1es 2025-01-23 15:07:21 -08:00
parent 1f9e82c2a2
commit 27421067bc

View file

@ -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"
]