We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681ab5b commit 2df8d65Copy full SHA for 2df8d65
packages/playground/default-svelte-template/README.md
@@ -4,7 +4,7 @@ Created with `npx degit sveltejs/template`
4
5
adapted to vite by moving index.html to root and replacing rollup config with vite
6
7
-use yarn
+use pnpm
8
9
-`yarn dev` starts dev server
10
-`yarn build` builds for production
+`pnpm dev` starts dev server
+`pnpm build` builds for production
0 commit comments