From cbd1e2d214003c656dce85eed5d2298763d13132 Mon Sep 17 00:00:00 2001 From: chark1es Date: Thu, 23 Jan 2025 14:51:36 -0800 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"