Fix bun add command in documentation#8253
Conversation
Proper command to add the qwik dependency with bun
|
gioboa
left a comment
There was a problem hiding this comment.
@mrbuk thanks for opening this PR.
I'm closing this because it's working as intended.
We already have this phrase: "Qwik City Bun middleware allows you to hook up Qwik City to a Bun server which uses the Bun Http API." on that page that is self-explanatory.
|
@gioboa I think you have missed that there are two parts:
|
|
Thanks for your response @mrbuk |
|
Thanks for clarifying @gioboa. I have misunderstood the docs then. I was not aware that they implied that |
|
No problem at all, that's fine |
Fix command to add the qwik dependency with bun. Current command
bun run qwik add bunis not producing any sensible output:Instead using
bun add qwikadds the dependency:and creates a
package.jsonAs an enhancement - not implemented with this PR - one could consider using
bun create qwikinstead for the docs as this provides a way to create a full demo app that can be tested afterwards withbun startWhat is it?
Description
Checklist
pnpm change