From 0e68f64007dcb150600021e01eb81993f81dd0ee Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Tue, 6 Jan 2026 19:35:09 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20nixpacks.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixpacks.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..e79e665 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,5 @@ +[phases.install] +cmds = ["bun install --frozen-lockfile"] + +[phases.build] +cmds = ["bun run build"]