chore: config changes

This commit is contained in:
Corban-Lee Jones 2025-04-22 17:07:11 +01:00
parent 78ab28e73c
commit 1f3ec703eb
2 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@ build({
format: "iife",
sourcemap: false,
loader: {".ts": "ts"},
minify: true
minify: false
}).catch(() => process.exit(1));

View File

@ -2,7 +2,7 @@
module.exports = {
darkMode: "selector",
content: [
"./src/client/**/*.{html,js,ejs}",
"./src/client/**/*.{html,js,ejs,ts}",
"./node_modules/preline/dist/*.js"
],
theme: {