From 1f9e82c2a22e73238e20e0de75ac0d80c112b857 Mon Sep 17 00:00:00 2001 From: chark1es Date: Thu, 23 Jan 2025 15:05:47 -0800 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index f5d95cd..fb9db35 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -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"