From 881781e44ff494014f91e2a9dab67c82e8429e27 Mon Sep 17 00:00:00 2001 From: chark1es Date: Thu, 23 Jan 2025 14:20:22 -0800 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index f91bf18..60db88e 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,6 @@ [phases.setup] pkgs = ["bun"] +cmds = ["bun --version"] [phases.install] cmds = ["bun install"] @@ -8,4 +9,7 @@ cmds = ["bun install"] cmds = ["bun run build"] [start] -cmd = "bun run start" \ No newline at end of file +cmd = "bun run start" + +[variables] +NODE_PACKAGE_MANAGER = "bun" \ No newline at end of file