htmgo/htmgo-site/htmgo.yml

6 lines
267 B
YAML
Raw Normal View History

2024-10-13 21:33:08 +00:00
tailwind: true
# which directories to ignore when watching for changes, supports glob patterns
watch_ignore: [".git", "node_modules", "dist/*"]
# files to watch for changes that are not included by default, supports glob patterns
watch_files: ["**/*.go", "**/*.css"]