Skip to content

Commit d8c7789

Browse files
committed
[ci] format
1 parent b7e924f commit d8c7789

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/content/docs/start/frontend/qwik.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@ This guide will walk you through creating your Tauri app using the Qwik web fram
2222

2323
1. ##### Create a new Qwik app
2424

25-
<CommandTabs
26-
npm={`npm create qwik@latest
25+
<CommandTabs
26+
npm={`npm create qwik@latest
2727
28-
cd <PROJECT>`}
28+
cd <PROJECT>`}
2929

30-
yarn={`yarn create qwik@latest
31-
cd <PROJECT>`}
30+
yarn={`yarn create qwik@latest
31+
32+
cd <PROJECT>`}
3233
pnpm={`pnpm create qwik@latest
33-
cd <PROJECT>`}
34+
cd <PROJECT>`}
3435
/>
3536

3637
1. ##### Install the `static adapter`

0 commit comments

Comments
 (0)