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