Skip to content
Merged
Prev Previous commit
Next Next commit
Piping stdout isn't helpful, just noisy
  • Loading branch information
ghengeveld committed Jun 23, 2025
commit 914c1d0b9d39f9f8b1311ade95a7b53e8ab664cd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,5 @@ export default defineConfig({
command: "yarn storybook",
url: "http://127.0.0.1:6006",
reuseExistingServer: true,
stdout: "pipe",
stderr: "pipe",
},
});