build: update tailwind config to include TypeScript sources
- Add ./web/src/**/*.ts to tailwind content paths - Regenerate CSS with updated config
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ import type { Config } from 'tailwindcss';
|
|||||||
const config: Config = {
|
const config: Config = {
|
||||||
content: [
|
content: [
|
||||||
"./templates/**/*.{templ,html}",
|
"./templates/**/*.{templ,html}",
|
||||||
"./web/static/**/*.{html,js}"
|
"./web/static/**/*.{html,js}",
|
||||||
|
"./web/src/**/*.ts"
|
||||||
],
|
],
|
||||||
safelist: [
|
safelist: [
|
||||||
'theme-tokyo-night',
|
'theme-tokyo-night',
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user