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", format: "iife",
sourcemap: false, sourcemap: false,
loader: {".ts": "ts"}, loader: {".ts": "ts"},
minify: true minify: false
}).catch(() => process.exit(1)); }).catch(() => process.exit(1));

View File

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