minijinja running

This commit is contained in:
Per Stark
2024-12-18 20:37:31 +01:00
parent 7712537f23
commit e54533d005
10 changed files with 1402 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/server/templates/**/*'
'./templates/**/*'
],
theme: {
extend: {},