Implement partial download

This commit is contained in:
Hydroxycarbamide 2022-09-04 14:53:52 +02:00
parent 00bdb6c7c8
commit 59888b38dd
7 changed files with 507 additions and 5 deletions

View file

@ -1,5 +1,6 @@
const config = {
content: [
"index.html",
"./src/**/*.{html,js,svelte,ts}",
"./node_modules/flowbite-svelte/**/*.{html,js,svelte,ts}"
],