Update nixpacks.toml

This commit is contained in:
chark1es 2025-01-23 15:09:53 -08:00
parent 27421067bc
commit a75a03d262

View file

@ -2,17 +2,3 @@
nixPkgs = ["nodejs_18", "bun"]
aptPkgs = ["curl", "wget"]
[phases.install]
commands = [
"bun install"
]
[phases.build]
commands = [
"bun run build"
]
[phases.start]
commands = [
"bun run start"
]