Update nixpacks.toml

This commit is contained in:
chark1es 2025-01-23 14:51:36 -08:00
parent 674f4f4b8b
commit cbd1e2d214

View file

@ -13,7 +13,7 @@ commands = [
]
[phases.start]
commands = ["source /etc/profile && bun run dist/server/entry.mjs"]
commands = ["source /etc/profile && bun run start"]
[environment]
PATH = "$HOME/.bun/bin:$PATH"