diff --git a/nixpacks.toml b/nixpacks.toml index 7e8ee82..f5d95cd 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -11,7 +11,7 @@ commands = [ [phases.build] commands = [ - "bun build", + "bun run build" ] [phases.start]