From a75a03d26296cb2c163918f80c701a44d1885f47 Mon Sep 17 00:00:00 2001 From: chark1es Date: Thu, 23 Jan 2025 15:09:53 -0800 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index 31cf3d4..ec3c433 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -2,17 +2,3 @@ nixPkgs = ["nodejs_18", "bun"] aptPkgs = ["curl", "wget"] -[phases.install] -commands = [ - "bun install" -] - -[phases.build] -commands = [ - "bun run build" -] - -[phases.start] -commands = [ - "bun run start" -]