Update nixpacks.toml

This commit is contained in:
chark1es 2025-01-23 15:05:47 -08:00
parent 4c814fb3df
commit 1f9e82c2a2

View file

@ -1,8 +1,8 @@
[phases.setup] [phases.setup]
commands = [ commands = [
"npm install -g bun" "npm install -g bun"
] ]
nixPkgs = ["bun"]
[phases.install] [phases.install]
commands = [ commands = [
@ -14,5 +14,5 @@ commands = [
"bun run build" "bun run build"
] ]
[phases.start] [start]
commands = ["bun run start"] cmd = "bun run start"