fix: resolve progress bar not appearing in upload box

This commit is contained in:
2024-09-15 19:31:48 +07:00
parent db79d77d13
commit c566312bb0
15 changed files with 115 additions and 113 deletions

View File

@ -1,9 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./view/**/*.{html,js,templ}"],
content: [
"./view/**/*.{html,js,templ}",
"./public/*.js"
],
theme: {
extend: {},
},
plugins: [],
}