[ci] format

This commit is contained in:
tauri-bot
2024-05-29 21:18:55 +00:00
parent 1fa67e8261
commit 4f017a4343

View File

@@ -22,17 +22,18 @@ This guide will walk you through creating your Tauri app using the Qwik web fram
1. ##### Create a new Qwik app
<CommandTabs
npm={`npm create qwik@latest
<CommandTabs
npm={`npm create qwik@latest
cd <PROJECT>`}
cd <PROJECT>`}
yarn={`yarn create qwik@latest
yarn={`yarn create qwik@latest
cd <PROJECT>`}
cd <PROJECT>`}
pnpm={`pnpm create qwik@latest
cd <PROJECT>`}
pnpm={`pnpm create qwik@latest
cd <PROJECT>`}
/>
1. ##### Install the `static adapter`