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