fix: resolve progress bar not appearing in upload box
This commit is contained in:
@ -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: [],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user