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] [phases.setup]
commands = [ nixPkgs = ["nodejs_18", "bun"]
"npm install -g bun" aptPkgs = ["curl", "wget"]
]
nixPkgs = ["bun"]
[phases.install] [phases.install]
commands = [ commands = [
@ -14,5 +12,7 @@ commands = [
"bun run build" "bun run build"
] ]
[start] [phases.start]
cmd = "bun run start" commands = [
"bun run start"
]