From 9bcb18e2b69755be334d09bccc71cdb47a2448a2 Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Tue, 6 Jan 2026 21:41:47 +0000 Subject: [PATCH] Actualizar nixpacks.toml --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index f81e9e2..4fd142b 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -2,4 +2,4 @@ cmds = ["bun install --frozen-lockfile"] [phases.build] -cmds = ["bunx vite build"] \ No newline at end of file +cmds = ["bunx --bun vite build"] \ No newline at end of file