chore: remove old watches

This commit is contained in:
Cory Dransfeldt 2024-02-08 19:01:02 -08:00
parent 741ac2e9b8
commit d5be2210b9
No known key found for this signature in database

View file

@ -37,7 +37,6 @@ export default async function (eleventyConfig) {
boxColorLight: '#e5e7eb',
highlightColorLight: '#2563eb',
textColorLight: '#1f2937',
boxColorDark: '#374151',
highlightColorDark: '#60a5fa',
textColorDark: '#fff',
@ -52,10 +51,6 @@ export default async function (eleventyConfig) {
jsTruthy: true,
})
// tailwind watches
eleventyConfig.addWatchTarget('./tailwind.config.js')
eleventyConfig.addWatchTarget('./tailwind.css')
// passthrough
eleventyConfig.addPassthroughCopy('src/assets')
eleventyConfig.addPassthroughCopy('_redirects')