svelte-qrcode-image
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "svelte-qrcode-image", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "@sveltejs/adapter-auto": "next", |
@@ -39,2 +39,18 @@ # Svelte-QRCode-Image | ||
## Publish Website | ||
Due to recent change in SvelteKit, you need to run this command to build the website | ||
```bash | ||
vite build | ||
``` | ||
Instead of | ||
```bash | ||
npm run build | ||
``` | ||
Since it's calling in the background | ||
```bash | ||
svelte-kit sync && svelte-package | ||
``` | ||
Which will npt create the `public` directory, which is needed for the website to work. | ||
## TODO | ||
@@ -41,0 +57,0 @@ - [ ] Documentation |
Sorry, the diff of this file is not supported yet
3623
61