chore: build update

This commit is contained in:
Cory Dransfeldt 2023-06-18 12:17:10 -07:00
parent 2c5175b8cc
commit 1b0cfddbb3
No known key found for this signature in database

View file

@ -34,6 +34,9 @@ module.exports = function (eleventyConfig) {
},
})
// quiet build output
eleventyConfig.setQuietMode(true)
// tailwind watches
eleventyConfig.addWatchTarget('./tailwind.config.js')
eleventyConfig.addWatchTarget('./tailwind.css')