script/tailwind.config.js 🔗
@@ -39,6 +39,6 @@ module.exports = {
require('@tailwindcss/typography'),
],
purge: [
- "../templates/**/*.hbs"
+ "../server/templates/**/*.hbs"
]
}
Nathan Sobo and Max Brunsfeld created
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
script/tailwind.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -39,6 +39,6 @@ module.exports = {
require('@tailwindcss/typography'),
],
purge: [
- "../templates/**/*.hbs"
+ "../server/templates/**/*.hbs"
]
}