diff --git a/nixpacks.toml b/nixpacks.toml index 3d00c9e..f6cf577 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -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"